Skip to content

Commit

Permalink
chore(master): release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 15, 2024
1 parent 68597b9 commit 7bc34c1
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 @@
{
".": "3.0.4"
".": "3.0.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.5](https://github.com/Koenkk/zigbee-herdsman/compare/v3.0.4...v3.0.5) (2024-12-15)


### Bug Fixes

* **ignore:** update dependencies ([#1265](https://github.com/Koenkk/zigbee-herdsman/issues/1265)) ([68597b9](https://github.com/Koenkk/zigbee-herdsman/commit/68597b922d258d7540bb214cf9e98b70b3efa0f4))

## [3.0.4](https://github.com/Koenkk/zigbee-herdsman/compare/v3.0.3...v3.0.4) (2024-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"clean": "rimraf temp coverage dist",
"prepack": "pnpm run clean && pnpm run build"
},
"version": "3.0.4",
"version": "3.0.5",
"jest": {
"coverageThreshold": {
"global": {
Expand Down

0 comments on commit 7bc34c1

Please sign in to comment.