diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ea3813a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.1.2 (2022-11-30) + + +### Bug Fixes + +* API URL should be dynamic. ([d687109](https://github.com/towfiqi/serpbear/commit/d6871097a2e8925a4222e7780f21e6088b8df467)) +* Email Notification wasn't working. ([365caec](https://github.com/towfiqi/serpbear/commit/365caecc34be4630241189d1a948133254d0047a)) diff --git a/package-lock.json b/package-lock.json index 9cf0ff5..e25db2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serpbear", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "serpbear", - "version": "0.1.0", + "version": "0.1.2", "dependencies": { "@testing-library/react": "^13.4.0", "@types/react-transition-group": "^4.4.5", diff --git a/package.json b/package.json index 2dc0250..93bd358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serpbear", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "dev": "next dev",