Skip to content

Commit

Permalink
chore(release): 1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.12](v1.2.11...v1.2.12) (2023-01-16)

### Build System

* **release:** 1.2.10 [skip ci] ([ef40e80](ef40e80))
* **release:** 1.2.11 [skip ci] ([fafd6d7](fafd6d7))
* **eslint:** enable strict rule set form [@typescript-eslint](https://github.com/typescript-eslint) ([f02d44c](f02d44c))
* **husky:** fix coloring in output text ([4a71214](4a71214))
* **husky:** force basename/dirname to treat $0 as an argument ([9607c98](9607c98)), closes [typicode/husky#1132](typicode/husky#1132)
* **husky:** limit the possibility of package installation after a branch switch ([256af00](256af00))
* **deps:** update dependencies ([6c1b0b2](6c1b0b2))
* **nvm:** use node version 18 ([730ee91](730ee91))
* **husky:** use recommended shebang to make scripts portable ([b56248f](b56248f)), closes [typicode/husky#1051](typicode/husky#1051)
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent a0c4496 commit f086bb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [1.2.12](https://github.com/simongolms/homekit-code/compare/v1.2.11...v1.2.12) (2023-01-16)


### Build System

* **release:** 1.2.10 [skip ci] ([ef40e80](https://github.com/simongolms/homekit-code/commit/ef40e808065c3e4ec07266a3056581ff4f1b37be))
* **release:** 1.2.11 [skip ci] ([fafd6d7](https://github.com/simongolms/homekit-code/commit/fafd6d769dc16da2b2fb1010c7f00a17c7cec54a))
* **eslint:** enable strict rule set form [@typescript-eslint](https://github.com/typescript-eslint) ([f02d44c](https://github.com/simongolms/homekit-code/commit/f02d44c4635f8496229150a5bb15299dfff3e7bb))
* **husky:** fix coloring in output text ([4a71214](https://github.com/simongolms/homekit-code/commit/4a7121422dc9b51dd8fc5e4831c44ea933eb538a))
* **husky:** force basename/dirname to treat $0 as an argument ([9607c98](https://github.com/simongolms/homekit-code/commit/9607c988bc2bcc07e80417b3718ddf6c9084974e)), closes [typicode/husky#1132](https://github.com/typicode/husky/issues/1132)
* **husky:** limit the possibility of package installation after a branch switch ([256af00](https://github.com/simongolms/homekit-code/commit/256af007b110014da652af701a632c720fae9b51))
* **deps:** update dependencies ([6c1b0b2](https://github.com/simongolms/homekit-code/commit/6c1b0b2a94a01a3ecef3387323b9ee6615592da6))
* **nvm:** use node version 18 ([730ee91](https://github.com/simongolms/homekit-code/commit/730ee9105366dd178e465077c400d71d5d6f5726))
* **husky:** use recommended shebang to make scripts portable ([b56248f](https://github.com/simongolms/homekit-code/commit/b56248fa00a64f2373b1ae0d61abd565a0bcf5a7)), closes [typicode/husky#1051](https://github.com/typicode/husky/issues/1051)

## [1.2.11](https://github.com/simongolms/homekit-code/compare/v1.2.10...v1.2.11) (2022-10-31)


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
@@ -1,6 +1,6 @@
{
"name": "homekit-code",
"version": "1.2.11",
"version": "1.2.12",
"description": "Generate a pairing HomeKit QR code label or scannable tag to setup your HomeKit accessory.",
"keywords": [
"apple",
Expand Down

0 comments on commit f086bb6

Please sign in to comment.