Skip to content

Commit

Permalink
chore(build): Build v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Jul 2, 2022
1 parent 4505645 commit 75911e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v3.1.1 (2022/7/2)
## Bug Fixes
- **package:** Add types on npm package (#47)
- **package-lock:** Fix version not updated
(f796eac0)

## Testing
- **ava:** Update ava to 4.3.0 and all snapshots
(84cbc5a7)
- **workflow:** remove Node 10 and 12 and add 18
(45056455)


# v3.1.0 (2022/6/19)

## Features
Expand Down
4 changes: 2 additions & 2 deletions 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": "ical2json",
"version": "3.1.0",
"version": "3.1.1",
"description": "A simple node package to convert ical to JSON",
"main": "build/ical2json.js",
"types": "build/ical2json.d.ts",
Expand Down

0 comments on commit 75911e5

Please sign in to comment.