Skip to content

Commit

Permalink
chore(main): release web-components 2.0.1 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Feb 28, 2025
1 parent 8a886b4 commit ecb662b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/ecoacoustics/web-components/compare/web-components-v2.0.0...web-components-v2.0.1) (2025-02-28)


### Bug Fixes

* Hard lock dependency versions ([#298](https://github.com/ecoacoustics/web-components/issues/298)) ([8a886b4](https://github.com/ecoacoustics/web-components/commit/8a886b464af95f39c0e5ac64fe21dcbb8c940564)), closes [#297](https://github.com/ecoacoustics/web-components/issues/297)

## [2.0.0](https://github.com/ecoacoustics/web-components/compare/web-components-v1.5.0...web-components-v2.0.0) (2025-02-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ecoacoustics/web-components",
"description": "Ecoacoustic web components",
"version": "2.0.0",
"version": "2.0.1",
"types": "@types/",
"type": "module",
"main": "./dist/components.js",
Expand Down

0 comments on commit ecb662b

Please sign in to comment.