diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc8f3a4b..dae771f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.4.1] - February 10th 2023 + ## [0.4.0] - February 9th 2023 ## [0.3.9] - February 8th 2023 @@ -79,5 +81,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [0.3.8]: https://github.com/Esri/solution.js/compare/v0.3.7...v0.3.8 "v0.3.8" [0.3.9]: https://github.com/Esri/solution.js/compare/v0.3.8...v0.3.9 "v0.3.9" [0.4.0]: https://github.com/Esri/solution.js/compare/v0.3.9...v0.4.0 "v0.4.0" -[Unreleased]: https://github.com/Esri/solution.js/compare/v0.4.0...HEAD "Unreleased Changes" +[0.4.1]: https://github.com/Esri/solution.js/compare/v0.4.0...v0.4.1 "v0.4.1" +[Unreleased]: https://github.com/Esri/solution.js/compare/v0.4.1...HEAD "Unreleased Changes" diff --git a/package-lock.json b/package-lock.json index 64c691da3..9e0794d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/solutions-components", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/solutions-components", - "version": "0.4.0", + "version": "0.4.1", "license": "Apache-2.0", "dependencies": { "@pdf-lib/fontkit": "^1.1.1", diff --git a/package.json b/package.json index d76f37b2f..58d0daa5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/solutions-components", - "version": "0.4.0", + "version": "0.4.1", "description": "Web Components for Esri's Solutions Applications", "main": "dist/index.cjs.js", "module": "dist/index.js",