Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.2](v1.2.1...v1.2.2) (2022-03-21)

### Styles

* update to a natural insensitive ascending order ([3f59c0c](3f59c0c))

### Code Refactoring

* remove unused code ([96aa842](96aa842))

### Build System

* **deps:** update linter dependencies ([82f3760](82f3760))
* **deps:** update types dependencies ([05c6ddf](05c6ddf))
* **deps:** update yargs dependency ([72dbea9](72dbea9))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 72dbea9 commit 7fa88c7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

### [1.2.2](https://github.com/simongolms/homekit-code/compare/v1.2.1...v1.2.2) (2022-03-21)


### Styles

* update to a natural insensitive ascending order ([3f59c0c](https://github.com/simongolms/homekit-code/commit/3f59c0c46228102bc14a6896f7a75751d0a4486b))


### Code Refactoring

* remove unused code ([96aa842](https://github.com/simongolms/homekit-code/commit/96aa842f715945ea52386ac7c8628135b2e20348))


### Build System

* **deps:** update linter dependencies ([82f3760](https://github.com/simongolms/homekit-code/commit/82f3760653e001a7d754743f65449801143f7f3c))
* **deps:** update types dependencies ([05c6ddf](https://github.com/simongolms/homekit-code/commit/05c6ddfee4fe817522d98fec3c2109b15168c70c))
* **deps:** update yargs dependency ([72dbea9](https://github.com/simongolms/homekit-code/commit/72dbea983b4fab3fce93bdca87a779bc17b154c8))

### [1.2.1](https://github.com/simongolms/homekit-code/compare/v1.2.0...v1.2.1) (2022-03-12)


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

0 comments on commit 7fa88c7

Please sign in to comment.