From 2556171d26c7ad41f41e7cbcb9bfdd78d48f829f Mon Sep 17 00:00:00 2001 From: Adrian Lee <208855+adrianlee44@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:47:48 -0800 Subject: [PATCH] chore(build): Build v3.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e4fad..2251d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index bcd1965..e0d64ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ical2json", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ical2json", - "version": "3.1.2", + "version": "3.2.0", "license": "MIT", "dependencies": { "commander": "^11.1.0" diff --git a/package.json b/package.json index bd9c493..35e353e 100644 --- a/package.json +++ b/package.json @@ -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",