diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e3d58..8692291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/bn3t/ssin-lib/compare/v0.0.11...v0.0.12) (2024-10-25) + + +### Bug Fixes + +* Add more exports ([9ce2220](https://github.com/bn3t/ssin-lib/commit/9ce2220e39136dab75ccb17c91b68886bb6ffac1)) + ## [0.0.11](https://github.com/bn3t/ssin-lib/compare/v0.0.10...v0.0.11) (2024-10-25) diff --git a/package-lock.json b/package-lock.json index 2fc1d67..4791501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bn3t/ssin-lib", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bn3t/ssin-lib", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "dependencies": { "commander": "^12.1.0" diff --git a/package.json b/package.json index 8264289..fe35831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bn3t/ssin-lib", - "version": "0.0.11", + "version": "0.0.12", "description": "Library and CLI for Belgian SSIN generation and validation", "author": "Bernard Niset", "license": "MIT",