Skip to content

Commit

Permalink
chore(build): Build v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Nov 13, 2023
1 parent c7f4a6b commit 2556171
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 3.2.0 (2023/11/12)
## Features
- **ical2json:** Include definition file
(e1739e28,
#55)

## Optimizations
- **ical2json:** Replace substr with substring
(2225838b)

## Testing
- **ava:** Bump ava to 5.3.1
(67684825)
- **ical2json:** Add tests for bin/ical2json and use tempy
(48549b74)
- **workflow:** Update test workflow to run on dev branches
(64f908ac)


# v3.1.2 (2022/7/9)
## Bug Fixes
- **ical2json:** Fix CLI not calling default
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.2",
"version": "3.2.0",
"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 2556171

Please sign in to comment.