diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aa530..154fe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.1.9] - 2024-03-03 + +### Fixed + +* Issue related to building of package +* Consistency of `tsconfig.json` with other orion projects + ## [0.1.8] - 2024-03-03 ### Added diff --git a/package.json b/package.json index 86b6743..66126e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orion-commons", - "version": "0.1.8", + "version": "0.1.9", "description": "Commons Orion library", "repository": { "type": "git",