From 3ad764fa90b9d692a5b50739ed8976c8d6827cff Mon Sep 17 00:00:00 2001 From: Shota FUJI Date: Thu, 5 Dec 2024 21:17:29 +0900 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a943837..b221e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-12-05 + +### Changed + +- Reduced the number of indirect dependencies by changing TOML parser library. + ## [0.1.1] - 2024-11-27 ### Fixed @@ -27,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial plugin code. -[unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.1...HEAD +[unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pocka/rollup-plugin-gleam/releases/tag/v0.1.0 diff --git a/package-lock.json b/package-lock.json index 8cdae4d..f154e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pocka/rollup-plugin-gleam", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pocka/rollup-plugin-gleam", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "readdirp": "^4.0.2", diff --git a/package.json b/package.json index d817472..6b77a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pocka/rollup-plugin-gleam", - "version": "0.1.1", + "version": "0.1.2", "description": "Rollup plugin for Gleam language.", "keywords": ["rollup-plugin", "vite-plugin"], "bugs": {