From da6284b0a982d063f8c124745de6c0eb4c51c6cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:32:54 +0100 Subject: [PATCH] v2.8.1 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 32 +++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5b2734f..00a8670 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.0" + ".": "2.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e50777..c46bca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [2.8.1](https://github.com/xseman/bysquare/compare/v2.8.0...v2.8.1) (2024-03-16) + + +### Documentation + +* cleanup ([c1a2a2f](https://github.com/xseman/bysquare/commit/c1a2a2fb1e8e4188388856dbdba75e6d51a8207d)) +* mention nodejs support & cleanup ([bcd06b5](https://github.com/xseman/bysquare/commit/bcd06b5af6d59a2de500ebf703cfd204c1633f76)) +* platform support ([9d1bda9](https://github.com/xseman/bysquare/commit/9d1bda942f5f86b0fdcc75ef1b01451869e7fa4f)) + + +### Maintenance + +* **ci:** update inactive issues ([d5a2676](https://github.com/xseman/bysquare/commit/d5a267634602e389c815f57d04804fad65ef9300)) +* **deps:** update node types ([a7cea81](https://github.com/xseman/bysquare/commit/a7cea81f38449c79ead92ab5ed6b4b85cdacb484)) +* **deps:** update release ([4698324](https://github.com/xseman/bysquare/commit/469832474eb558af755e9b583ef101e1e2ebf0be)) +* **deps:** update typescript, switch tsx for ts-node ([d7dca11](https://github.com/xseman/bysquare/commit/d7dca11ace5e49aac61b53da58094cd9856e7476)) +* **fix:** message variable, exempt label ([c27fc7d](https://github.com/xseman/bysquare/commit/c27fc7db89d0e2ebdab2ee08c2c430bb22f0ddb2)) +* update configs ([614d6c0](https://github.com/xseman/bysquare/commit/614d6c00b3d2fcb5a2743d2134554e389463e09d)) +* update configs & formatting ([77a898a](https://github.com/xseman/bysquare/commit/77a898a75bb62fa1cf973af604f16576566cece5)) +* update deps ([82513a1](https://github.com/xseman/bysquare/commit/82513a1439dfe2f832f24dd6a0999d07b9092df9)) +* update tsconfig ([1167cca](https://github.com/xseman/bysquare/commit/1167ccaeb8277b2e6db0d230644a09737f25c96a)) + + +### Refactors + +* tests ([68d77a7](https://github.com/xseman/bysquare/commit/68d77a76cbd0bf334b25ca861e56165bddc6968f)) + + +### Styles + +* apply fmt ([a09641d](https://github.com/xseman/bysquare/commit/a09641d0343328c4dee16ce7a776d4660ae6dab9)) + ## [2.8.0](https://github.com/xseman/bysquare/compare/v2.7.0...v2.8.0) (2023-10-23) diff --git a/package-lock.json b/package-lock.json index d30ff76..5b8f7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bysquare", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bysquare", - "version": "2.8.0", + "version": "2.8.1", "license": "Apache-2.0", "dependencies": { "crc-32": "~1.2.0", diff --git a/package.json b/package.json index 3439eaf..5d7d90a 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.8.0", + "version": "2.8.1", "license": "Apache-2.0", "funding": "https://github.com/sponsors/xseman", "homepage": "https://github.com/xseman/bysquare#readme",