From 058445af73d4538b0fdd86c6b6978e2570da742a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Mathieu?= Date: Sat, 11 May 2024 13:52:15 +0200 Subject: [PATCH] chore(main): release apihero 0.3.0 (#7) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 544ebe1..8add676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/Mokto/apihero/compare/apihero-v0.2.0...apihero-v0.3.0) (2024-05-11) + + +### Features + +* only reset databases if there is more than 1 operation ([84fb831](https://github.com/Mokto/apihero/commit/84fb831397f85d3a8dc8b60e02b6b8857f29cc44)) +* secure the update route by api token ([1a1c6f3](https://github.com/Mokto/apihero/commit/1a1c6f32ac10eaea546c9726573f46da986aeb51)) + + +### Bug Fixes + +* return an error if no element is found when adding the schema ([eb57c85](https://github.com/Mokto/apihero/commit/eb57c85cd4b36685f4443ec904c60d6bb2c074e5)) + ## [0.2.0](https://github.com/Mokto/apihero/compare/apihero-v0.1.2...apihero-v0.2.0) (2024-05-11) diff --git a/package.json b/package.json index 2cfd702..5d3aa36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apihero", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "dev": "vite dev",