diff --git a/.release-please/main-manifest.json b/.release-please/main-manifest.json index 0878d45..077bc02 100644 --- a/.release-please/main-manifest.json +++ b/.release-please/main-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} \ No newline at end of file +{".":"1.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4860b..969ea9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/OGS-GmbH/stdx/compare/v1.0.0...v1.1.0) (2025-11-26) + + +### Features + +* **date:** add ability to parse into local iso ([#4](https://github.com/OGS-GmbH/stdx/issues/4)) ([abf99a0](https://github.com/OGS-GmbH/stdx/commit/abf99a0e7ad271d8783815d4fb50e7f523a4522b)) + ## 1.0.0 (2025-11-19) diff --git a/package.json b/package.json index dc0b0d1..37013d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ogs-gmbh/stdx", - "version": "1.0.0", + "version": "1.1.0", "description": "Centralize common logic and patterns used across TypeScript projects — improving consistency, reducing duplication, and ensuring strong type safety", "keywords": [ "standard-library",