Skip to content

Commit 0a250db

Browse files
committed
Release 1.0.0
1 parent 5d3045b commit 0a250db

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-09-06
1011
### Changed
1112
- Remove usage of Node core lib util module ([#1](https://github.com/Gandi/counterpart/pull/1)).
1213
- Remove usage of `except` helper package ([#1](https://github.com/Gandi/counterpart/pull/2)).
@@ -29,3 +30,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930

3031

3132
[unreleased]: https://github.com/gandi/counterpart/compare/0.18.6...HEAD
33+
[1.0.0]: https://github.com/gandi/counterpart/releases/tags/1.0.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gandi/counterpart",
3-
"version": "0.18.6",
3+
"version": "1.0.0",
44
"description": "A translation and localization library for Node.js and the browser",
55
"author": {
66
"name": "Martin Andert",

0 commit comments

Comments
 (0)