Skip to content

Commit

Permalink
🔖 Release v2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Nov 23, 2020
1 parent 5c64b40 commit c1f958b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [v2.0.1](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.0...v2.0.1) (2020-11-23)

### ⬆️ Dependency updates

- [`7666634`](https://github.com/AnandChowdhary/calendar-link/commit/7666634) Bump query-string from 6.13.5 to 6.13.6
- [`925ba7f`](https://github.com/AnandChowdhary/calendar-link/commit/925ba7f) Bump jest from 26.5.3 to 26.6.0
- [`a06c6ed`](https://github.com/AnandChowdhary/calendar-link/commit/a06c6ed) Bump @types/jest from 26.0.14 to 26.0.15
- [`f130e0d`](https://github.com/AnandChowdhary/calendar-link/commit/f130e0d) Bump vsoch/pull-request-action from 1.0.10 to 1.0.11
- [`fb33dd2`](https://github.com/AnandChowdhary/calendar-link/commit/fb33dd2) Bump jest from 26.6.0 to 26.6.1
- [`43a869a`](https://github.com/AnandChowdhary/calendar-link/commit/43a869a) Bump dayjs from 1.9.3 to 1.9.4
- [`d602964`](https://github.com/AnandChowdhary/calendar-link/commit/d602964) Bump ts-jest from 26.4.1 to 26.4.3
- [`4f4b551`](https://github.com/AnandChowdhary/calendar-link/commit/4f4b551) Bump typescript from 4.0.3 to 4.0.5
- [`38cdadf`](https://github.com/AnandChowdhary/calendar-link/commit/38cdadf) Bump @koj/config from 1.2.5 to 1.2.6
- [`e88438c`](https://github.com/AnandChowdhary/calendar-link/commit/e88438c) Bump @koj/config from 1.2.6 to 1.2.7
- [`b146cd7`](https://github.com/AnandChowdhary/calendar-link/commit/b146cd7) Bump semantic-release from 17.2.1 to 17.2.2
- [`156dbe1`](https://github.com/AnandChowdhary/calendar-link/commit/156dbe1) Bump jest from 26.6.1 to 26.6.2
- [`7b20e30`](https://github.com/AnandChowdhary/calendar-link/commit/7b20e30) Bump actions/checkout from v2.3.3 to v2.3.4
- [`9a4e975`](https://github.com/AnandChowdhary/calendar-link/commit/9a4e975) Bump @koj/config from 1.2.7 to 1.2.8
- [`912ecac`](https://github.com/AnandChowdhary/calendar-link/commit/912ecac) Bump jest from 26.6.2 to 26.6.3
- [`49cd32b`](https://github.com/AnandChowdhary/calendar-link/commit/49cd32b) Bump query-string from 6.13.6 to 6.13.7
- [`4dd597e`](https://github.com/AnandChowdhary/calendar-link/commit/4dd597e) Bump dayjs from 1.9.4 to 1.9.5
- [`ecb28b0`](https://github.com/AnandChowdhary/calendar-link/commit/ecb28b0) Bump ts-jest from 26.4.3 to 26.4.4
- [`88da0d7`](https://github.com/AnandChowdhary/calendar-link/commit/88da0d7) Bump dayjs from 1.9.5 to 1.9.6
- [`4490ea7`](https://github.com/AnandChowdhary/calendar-link/commit/4490ea7) Bump @semantic-release/github from 7.1.1 to 7.1.2
- [`d959618`](https://github.com/AnandChowdhary/calendar-link/commit/d959618) Bump semantic-release from 17.2.2 to 17.2.3
- [`47a61d2`](https://github.com/AnandChowdhary/calendar-link/commit/47a61d2) Bump @semantic-release/npm from 7.0.6 to 7.0.8
- [`fc6a455`](https://github.com/AnandChowdhary/calendar-link/commit/fc6a455) Bump @koj/config from 1.2.8 to 1.2.9
- [`b7ffeb5`](https://github.com/AnandChowdhary/calendar-link/commit/b7ffeb5) Bump @semantic-release/github from 7.1.2 to 7.2.0
- [`e0e599a`](https://github.com/AnandChowdhary/calendar-link/commit/e0e599a) Update koj-co/template
- [`7a5e25c`](https://github.com/AnandChowdhary/calendar-link/commit/7a5e25c) Bump semantic-release from 17.2.3 to 17.2.4
- [`237d0a4`](https://github.com/AnandChowdhary/calendar-link/commit/237d0a4) Bump typescript from 4.0.5 to 4.1.2

# [v2.0.0](https://github.com/AnandChowdhary/calendar-link/compare/v1.0.0...v2.0.0) (2020-10-17)

## 💥 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-link",
"version": "2.0.0",
"version": "2.0.1",
"description": "📅 Calendar link generator for popular services, like Google, Outlook, and Yahoo.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c1f958b

Please sign in to comment.