Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#13)
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] committed Jul 29, 2024
1 parent 9d7e312 commit ffc4e28
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.0.3](https://github.com/Fdawgs/fix-latin1-to-utf8/compare/v1.0.2...v1.0.3) (2024-07-29)


### Continuous integration

* **cd:** sort release note sections alphabetically ([21188b0](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/21188b083712e4344fb81df1054de0b36344c029))
* **ci:** add node 22 to test matrix ([9d7e312](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/9d7e312aab9a5fbc317a92ae5390b42c0c83b04b))
* **ci:** audit package signatures and provenance attestations ([23d3ca1](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/23d3ca10c9672a4917aabd931f0d18ac5d6de916))
* **deps:** bump coverallsapp/github-action from 2.2.3 to 2.3.0 ([#15](https://github.com/Fdawgs/fix-latin1-to-utf8/issues/15)) ([80cdd17](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/80cdd172b9986080cb95ccf739c9272c13b20446))
* **deps:** bump wagoid/commitlint-github-action from 5 to 6 ([#8](https://github.com/Fdawgs/fix-latin1-to-utf8/issues/8)) ([9377e03](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/9377e03443d58ea6c71e681e25d043dc09afecee))
* use latest node lts version ([465ce4c](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/465ce4c98c118ce24190db7f353c5772ad004141))


### Dependencies

* **deps-dev:** bump dev dependencies ([7dc93ed](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/7dc93ededce10b5f76266331355b9f3e0ec51624))


### Miscellaneous

* **.husky/commit-msg:** remove `npx` usage ([036e33f](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/036e33f591700db25132a81b846ccc3ba451422f))
* **index:** correct inline export comment ([94f3925](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/94f392501dc920fa599eaac8fe096dce1a03ada7))
* **package:** change author email ([e73b84f](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/e73b84f43dc029c901aca70b2a7ef64d32e6d38b))
* **package:** use shorter semver syntax ([6ce9edd](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/6ce9edd41743abab2c7d105fdc758d3812889f63))
* **tsconfig:** update target to `ES2023` ([0a89a8d](https://github.com/Fdawgs/fix-latin1-to-utf8/commit/0a89a8de1940b8fe61ee75cac130414b7c89c481))

## [1.0.2](https://github.com/Fdawgs/fix-latin1-to-utf8/compare/v1.0.1...v1.0.2) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fix-latin1-to-utf8",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fix errors when converting Latin-1 encoded text to UTF-8",
"keywords": [
"encoding",
Expand Down

0 comments on commit ffc4e28

Please sign in to comment.