Skip to content

Commit 529be8e

Browse files
committed
Release 1.1.0
1 parent 6a3ecc0 commit 529be8e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.1.0] - 2024-09-09
911
### Added
1012
- Add local Flow declarations (shipped with the package).
11-
We don't necessarily want to contribute the fork definitions to flow-typed.
13+
We don't necessarily want to contribute the fork definitions to flow-typed
14+
for the moment.
1215

1316
## [1.0.0] - 2024-09-06
1417
### Changed
@@ -32,5 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3235
```
3336

3437

35-
[unreleased]: https://github.com/gandi/counterpart/compare/0.18.6...HEAD
38+
[unreleased]: https://github.com/gandi/counterpart/compare/1.1.0...HEAD
39+
[1.1.0]: https://github.com/gandi/counterpart/releases/tags/1.1.0
3640
[1.0.0]: https://github.com/gandi/counterpart/releases/tags/1.0.0

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": "1.0.0",
3+
"version": "1.1.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)