diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c50fe..3631a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2.0.16 (2021-03-08) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.0.16) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.15...v2.0.16) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.0.16) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.16.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.16.tar.gz)) + +### โฌ†๏ธ Dependency updates + +- [`c1741d1`](https://github.com/AnandChowdhary/calendar-link/commit/c1741d1) Bump query-string from 6.14.0 to 6.14.1 +- [`7cb3493`](https://github.com/AnandChowdhary/calendar-link/commit/7cb3493) Bump semantic-release from 17.4.0 to 17.4.1 +- [`22a79d2`](https://github.com/AnandChowdhary/calendar-link/commit/22a79d2) Bump typescript from 4.2.2 to 4.2.3 +- [`a6bfe2a`](https://github.com/AnandChowdhary/calendar-link/commit/a6bfe2a) Bump ts-jest from 26.5.2 to 26.5.3 + ## v2.0.15 (2021-03-01) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.0.15) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.14...v2.0.15) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.0.15) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.15.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.15.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 8499991..d5fa62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.15", + "version": "2.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82385ca..8ab3ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.15", + "version": "2.0.16", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",