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",