Skip to content

Commit

Permalink
chore: bump version to 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
  • Loading branch information
ErikMichelson committed Jan 7, 2025
1 parent 5fe7672 commit 041c035
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ SPDX-License-Identifier: MIT

The library follows [Semantic Versioning](https://semver.org/).

## 1.1.1 (2025-01-07)

* Identical to 1.1.0, re-released due to failing provenance attestation

## 1.1.0 (2025-01-07)

* Added support for defining event listeners (`addEventListener`, `removeEventListener`) on 'add', 'remove', 'clear'
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,6 +1,6 @@
{
"name": "array-changeset",
"version": "1.1.0",
"version": "1.1.1",
"description": "Library for creating and applying changesets to arrays",
"source": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 041c035

Please sign in to comment.