diff --git a/CHANGELOG.md b/CHANGELOG.md index f0057a7..8b9496f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v2.0.0](https://github.com/AnandChowdhary/calendar-link/compare/v1.0.0...v2.0.0) (2020-10-17) + +## 💥 Breaking changes + +- [`008de9a`](https://github.com/AnandChowdhary/calendar-link/commit/008de9a) Trigger major release + # v1.0.0 (2020-10-17) ## ✨ New features diff --git a/package-lock.json b/package-lock.json index 38861ea..711af62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23cc30d..79cc2e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "1.0.0", + "version": "2.0.0", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "types": "dist/index.d.ts",