Skip to content

Commit

Permalink
chore(master): release 1.0.1 (#3)
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 Feb 7, 2023
1 parent f51b35a commit 97191ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/Fdawgs/fastify-json-to-xml/compare/v1.0.0...v1.0.1) (2023-02-07)


### Documentation

* **readme:** tidy example ([d9000f4](https://github.com/Fdawgs/fastify-json-to-xml/commit/d9000f4bf08ef1685350f300689d0bd417dbaf6b))


### Miscellaneous

* **index:** remove eslint comment ([336a190](https://github.com/Fdawgs/fastify-json-to-xml/commit/336a19041320c9869b3ec1261266fd47a5af1309))
* **package:** add description ([9fa9e2e](https://github.com/Fdawgs/fastify-json-to-xml/commit/9fa9e2eafd24e8634d3dc0e0298958ce7d0279f3))

## 1.0.0 (2023-02-06)


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.0.0",
"version": "1.0.1",
"description": "Fastify plugin to serialise JSON responses to XML",
"keywords": [
"fastify",
Expand Down

0 comments on commit 97191ac

Please sign in to comment.