Skip to content

Commit

Permalink
v2.8.1 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 16, 2024
1 parent 16b9e74 commit da6284b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.8.0"
".": "2.8.1"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit da6284b

Please sign in to comment.