From 5b8e3db1f1f2106de9c38eb9894b27be20aa7780 Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Tue, 20 Aug 2024 07:05:18 +0200 Subject: [PATCH] v2.10.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3e6a602..9718ead 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.0" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2d436..e39c812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.10.0](https://github.com/xseman/bysquare/compare/v2.9.0...v2.10.0) (2024-08-20) + + +### Features + +* add data model validation ([#43](https://github.com/xseman/bysquare/issues/43)) ([f969570](https://github.com/xseman/bysquare/commit/f9695706820308eeaf9b3dde6b97e4ad240d7c03)) + + +### Documentation + +* update examples ([f72c97c](https://github.com/xseman/bysquare/commit/f72c97c51f3077dd4f20c2c54f40cfca72386f02)) + + +### Maintenance + +* update quality checks ([af3e803](https://github.com/xseman/bysquare/commit/af3e803ae45169757da1d9caef3d76ed41f50e10)) +* update release ([0363513](https://github.com/xseman/bysquare/commit/0363513bc5cf65891d1ce7a50425246f27320fab)) + + +### Refactors + +* improve naming and jsdoc ([#39](https://github.com/xseman/bysquare/issues/39)) ([d08c57c](https://github.com/xseman/bysquare/commit/d08c57c2b31c756b6762db4cd3afc45d10014054)) + ## [2.9.0](https://github.com/xseman/bysquare/compare/v2.8.3...v2.9.0) (2024-07-31) diff --git a/package-lock.json b/package-lock.json index 142a6a2..ad840c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bysquare", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bysquare", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "dependencies": { "crc-32": "~1.2.0", diff --git a/package.json b/package.json index 9c76108..51f9b4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bysquare", "description": "It's a national standard for payment QR codes adopted by Slovak Banking Association (SBA)", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "funding": "https://github.com/sponsors/xseman", "homepage": "https://github.com/xseman/bysquare#readme",