From 97191aca51566b484e0332d306a6605ac7176d36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:30:33 +0000 Subject: [PATCH] chore(master): release 1.0.1 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cb955..be47ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1226f70..50d0124 100644 --- a/package.json +++ b/package.json @@ -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",