Skip to content

Commit

Permalink
chore(main): release web-components 1.2.5 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Nov 14, 2024
1 parent 2534137 commit 26b80a4
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 @@
{
".": "1.2.4"
".": "1.2.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.5](https://github.com/ecoacoustics/web-components/compare/web-components-v1.2.4...web-components-v1.2.5) (2024-11-14)


### Bug Fixes

* support calling toJSON on downloaded subjects ([#248](https://github.com/ecoacoustics/web-components/issues/248)) ([2534137](https://github.com/ecoacoustics/web-components/commit/253413742fb1df05e89a6d1d82dea10116f501e7))

## [1.2.4](https://github.com/ecoacoustics/web-components/compare/web-components-v1.2.3...web-components-v1.2.4) (2024-11-14)


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": "1.2.4",
"version": "1.2.5",
"types": "@types/",
"type": "module",
"main": "./dist/components.js",
Expand Down

0 comments on commit 26b80a4

Please sign in to comment.