Skip to content

Commit

Permalink
chore(main): release 1.1.11 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 25, 2024
1 parent f20a382 commit b4453a2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.1.11](https://github.com/Fdawgs/fastify-json-to-xml/compare/v1.1.10...v1.1.11) (2024-01-25)


### Dependencies

* **deps-dev:** bump dev dependencies ([a3e7630](https://github.com/Fdawgs/fastify-json-to-xml/commit/a3e7630dae1814785010ce4da388b1f239e91fc3))


### Miscellaneous

* **.vscode:** use local prettier version ([ec5b22c](https://github.com/Fdawgs/fastify-json-to-xml/commit/ec5b22c2db39a025ba1ce1722f9efec81245ac5e))
* **jsconfig:** remove `lib`; `target` will be used in absence ([eb569b2](https://github.com/Fdawgs/fastify-json-to-xml/commit/eb569b297f333f605f3c9e79d35317af9e243b41))
* **package:** fix `repository` structure ([b1838aa](https://github.com/Fdawgs/fastify-json-to-xml/commit/b1838aaf8f861c28335f552c37849c6a030fd98c))
* **scripts/license-checker:** handle old license arrays or missing ([6efa793](https://github.com/Fdawgs/fastify-json-to-xml/commit/6efa7936706f13e64b5cfb7b772ba8fe2220b5fb))


### Continuous integration

* **automerge:** optimise inline js scripts ([d807706](https://github.com/Fdawgs/fastify-json-to-xml/commit/d8077068c4a8228f78c77c0e8175f940a0dad736))
* **cd:** publish to github packages with provenance ([ed9ddcf](https://github.com/Fdawgs/fastify-json-to-xml/commit/ed9ddcfd367a5b9d80622d9d5cdf383841c289c6))
* **cd:** use `main` environment for publish-npm job ([5f52584](https://github.com/Fdawgs/fastify-json-to-xml/commit/5f52584daecdfa9bbe6789564a232bc97a1dfd09))

## [1.1.10](https://github.com/Fdawgs/fastify-json-to-xml/compare/v1.1.9...v1.1.10) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-json-to-xml",
"version": "1.1.10",
"version": "1.1.11",
"description": "Fastify plugin to serialise JSON responses into XML",
"keywords": [
"fastify",
Expand Down

0 comments on commit b4453a2

Please sign in to comment.