From 2dc43f38034cd8dcc7da7b5ba07989b74f026503 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Mar 2021 05:03:45 +0000 Subject: [PATCH] chore(release): 1.0.0 ## 1.0.0 (2021-03-21) ### Bug Fixes - **json resource:** remove data wrapper ([cf6ffa5](https://github.com/shadow81627/pocketpasta-api/commit/cf6ffa502c6cc28dadca88ec3513d5628e59b1d9)) ### Features - thing ([e110256](https://github.com/shadow81627/pocketpasta-api/commit/e1102561397d65448388ed014a11bac0d98c94fc)) - **auth:** laravel jetstream starter kit ([#2](https://github.com/shadow81627/pocketpasta-api/issues/2)) ([1048742](https://github.com/shadow81627/pocketpasta-api/commit/104874224b46ae96438d01c64b26213a66ee2227)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 3 ++- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f0357eb5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Releases + +## 1.0.0 (2021-03-21) + +### Bug Fixes + +- **json resource:** remove data wrapper ([cf6ffa5](https://github.com/shadow81627/pocketpasta-api/commit/cf6ffa502c6cc28dadca88ec3513d5628e59b1d9)) + +### Features + +- thing ([e110256](https://github.com/shadow81627/pocketpasta-api/commit/e1102561397d65448388ed014a11bac0d98c94fc)) +- **auth:** laravel jetstream starter kit ([#2](https://github.com/shadow81627/pocketpasta-api/issues/2)) ([1048742](https://github.com/shadow81627/pocketpasta-api/commit/104874224b46ae96438d01c64b26213a66ee2227)) diff --git a/package-lock.json b/package-lock.json index 018334a5..a7525c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10785,5 +10785,6 @@ "decamelize": "^1.2.0" } } - } + }, + "version": "1.0.0" } diff --git a/package.json b/package.json index f442c217..6b1ea83c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocketpasta-api", - "version": "0.0.0", + "version": "1.0.0", "description": "Eat spagetti to forgetti your regretti", "author": { "name": "Damien Robinson",