diff --git a/CHANGELOG.md b/CHANGELOG.md index dcee20d..79d7c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.6](https://github.com/jambonn/vue-next-progressbar/compare/v0.1.5...v0.1.6) (2024-01-11) + + +### Bug Fixes + +* **build:** update extension for es format ([e73cc98](https://github.com/jambonn/vue-next-progressbar/commit/e73cc9820a5571c347333c98e1b9b0d3fd709387)) + + + ## [0.1.5](https://github.com/jambonn/vue-next-progressbar/compare/v0.1.4...v0.1.5) (2023-06-30) diff --git a/package.json b/package.json index 23f1efd..71e821e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jambonn/vue-next-progressbar", - "version": "0.1.5", + "version": "0.1.6", "description": "Slim progress bars for Vue 3.", "keywords": [ "vue", @@ -74,6 +74,6 @@ ] }, "engines": { - "node": ">=14.x" + "node": ">=20.x" } }