Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Sep 9, 2024
1 parent a36d73b commit 64cd145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2024-09-09
### Fixed
- Add `engines` key to package.json to forbid Node.js versions prior to `22.1.0`.
We now rely on `CustomEvent` which was made stable and available from that version.
Expand Down Expand Up @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```


[unreleased]: https://github.com/gandi/counterpart/compare/1.1.0...HEAD
[unreleased]: https://github.com/gandi/counterpart/compare/1.1.1...HEAD
[1.1.1]: https://github.com/gandi/counterpart/releases/tags/1.1.1
[1.1.0]: https://github.com/gandi/counterpart/releases/tags/1.1.0
[1.0.0]: https://github.com/gandi/counterpart/releases/tags/1.0.0
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@gandi/counterpart",
"version": "1.1.0",
"version": "1.1.1",
"description": "A translation and localization library for Node.js and the browser",
"author": {
"name": "Martin Andert",
Expand Down

0 comments on commit 64cd145

Please sign in to comment.