From bc4ff6a70d04c595d21e4400009a4f5f23bc748d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 02:24:43 +0000 Subject: [PATCH] chore(main): release calendar 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c75f7..f620f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.1](https://github.com/jpvmrcd/calendar/compare/calendar-v0.2.0...calendar-v0.2.1) (2025-12-24) + + +### Miscellaneous + +* **deps-dev:** bump form-data from 4.0.0 to 4.0.4 ([#30](https://github.com/jpvmrcd/calendar/issues/30)) ([3279180](https://github.com/jpvmrcd/calendar/commit/327918087b16f67f9678a4551a39ce2f53fc7df2)) +* **deps:** bump serialize-javascript from 6.0.1 to 6.0.2 ([#25](https://github.com/jpvmrcd/calendar/issues/25)) ([dbee170](https://github.com/jpvmrcd/calendar/commit/dbee170c30364b2908fa4b9adb0cbb9b190bb783)) +* **deps:** update all dependencies ([#20](https://github.com/jpvmrcd/calendar/issues/20)) ([e357835](https://github.com/jpvmrcd/calendar/commit/e3578354d59002b7588b39452b5d736fb690fe57)) +* **deps:** update all dependencies ([#26](https://github.com/jpvmrcd/calendar/issues/26)) ([62527be](https://github.com/jpvmrcd/calendar/commit/62527be750c480ad0dfd63a7c83576ebcd7553ae)) +* **deps:** update all dependencies ([#29](https://github.com/jpvmrcd/calendar/issues/29)) ([d17a391](https://github.com/jpvmrcd/calendar/commit/d17a39119e840acae908a410814db2b1f37e38bb)) +* **deps:** update all dependencies ([#32](https://github.com/jpvmrcd/calendar/issues/32)) ([ab547ee](https://github.com/jpvmrcd/calendar/commit/ab547eea0b6d36e5267276cc286f9684e36f09fc)) +* **deps:** update all dependencies ([#33](https://github.com/jpvmrcd/calendar/issues/33)) ([c6dddf0](https://github.com/jpvmrcd/calendar/commit/c6dddf0ad6369dc0e3b482cb4967742682f05822)) +* fix release please permissions ([#31](https://github.com/jpvmrcd/calendar/issues/31)) ([7e4e7bf](https://github.com/jpvmrcd/calendar/commit/7e4e7bf8ee3a54df4d45b1775e2607640c8a00b6)) + ## [0.2.0](https://github.com/jpvmrcd/calendar/compare/calendar-v0.1.2...calendar-v0.2.0) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index c861def..dbc99ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jpvmrcd/calendar", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jpvmrcd/calendar", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "devDependencies": { "@babel/core": "7.28.5", diff --git a/package.json b/package.json index c9defc3..6f20e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jpvmrcd/calendar", - "version": "0.2.0", + "version": "0.2.1", "description": "Lightweight JavaScript library for generating simple HTML table calendar.", "keywords": [ "calendar",