Skip to content

Commit

Permalink
chore(release): 1.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.4](v1.2.3...v1.2.4) (2022-06-06)

### Bug Fixes

* migrate to new resvg-js version ([cc6e63e](cc6e63e))

### Build System

* **deps:** update dependencies ([cf9a90c](cf9a90c))
* **deps:** update dev dependencies ([ac31d25](ac31d25))
* update git hooks ([92229ec](92229ec))
* **deps:** update linter dependencies ([721240f](721240f))
* **deps:** update test dependencies ([362bb14](362bb14))
* **deps:** update test dependencies ([99e9db8](99e9db8))

### Documentation

* **README:** fix typo in cli usage of tag command ([dc9b298](dc9b298))
  • Loading branch information
semantic-release-bot committed Jun 6, 2022
1 parent dc9b298 commit 46d4735
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.2.4](https://github.com/simongolms/homekit-code/compare/v1.2.3...v1.2.4) (2022-06-06)


### Bug Fixes

* migrate to new resvg-js version ([cc6e63e](https://github.com/simongolms/homekit-code/commit/cc6e63ebca86b286cc771b35796127caf614a53f))


### Build System

* **deps:** update dependencies ([cf9a90c](https://github.com/simongolms/homekit-code/commit/cf9a90c945f1c7d9b6711e954ac7e50102a03d36))
* **deps:** update dev dependencies ([ac31d25](https://github.com/simongolms/homekit-code/commit/ac31d2557773ac0bb35ebabc24fed4b50014b2b7))
* update git hooks ([92229ec](https://github.com/simongolms/homekit-code/commit/92229ec79c5b8d267c9ecf831257f202017b394e))
* **deps:** update linter dependencies ([721240f](https://github.com/simongolms/homekit-code/commit/721240f70f3b77836704c7711107c7e044b7c528))
* **deps:** update test dependencies ([362bb14](https://github.com/simongolms/homekit-code/commit/362bb14b4335c0c8c2ea249ddff391502d303bbe))
* **deps:** update test dependencies ([99e9db8](https://github.com/simongolms/homekit-code/commit/99e9db838ca9fefd03a3da00252557d235456f89))


### Documentation

* **README:** fix typo in cli usage of tag command ([dc9b298](https://github.com/simongolms/homekit-code/commit/dc9b29861f58fe44a54fd201c80040b98c819a28))

### [1.2.3](https://github.com/simongolms/homekit-code/compare/v1.2.2...v1.2.3) (2022-03-23)


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": "homekit-code",
"version": "1.2.3",
"version": "1.2.4",
"description": "Generate a pairing HomeKit QR code label or scannable tag to setup your HomeKit accessory.",
"keywords": [
"apple",
Expand Down

0 comments on commit 46d4735

Please sign in to comment.