Skip to content

Commit

Permalink
chore(main): release 1.12.0 (#1073)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.12.0](v1.11.0...v1.12.0)
(2022-10-21)


### Features

* update owl, ioredis, ioredis-mock
([#1036](#1036))
([d328c7d](d328c7d))


### Bug Fixes

* **deps:** update dependency @quirrel/owl to ^0.15.0
([#1066](#1066))
([4e6eed4](4e6eed4))
* typo in CronDetector searchpath
([#1058](#1058))
([0635fd5](0635fd5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
Skn0tt authored Oct 21, 2022
1 parent 01a5c68 commit 751793a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.12.0](https://github.com/quirrel-dev/quirrel/compare/v1.11.0...v1.12.0) (2022-10-21)


### Features

* update owl, ioredis, ioredis-mock ([#1036](https://github.com/quirrel-dev/quirrel/issues/1036)) ([d328c7d](https://github.com/quirrel-dev/quirrel/commit/d328c7d8aaeb57b70ef6ca3b85d55aa902fb102c))


### Bug Fixes

* **deps:** update dependency @quirrel/owl to ^0.15.0 ([#1066](https://github.com/quirrel-dev/quirrel/issues/1066)) ([4e6eed4](https://github.com/quirrel-dev/quirrel/commit/4e6eed4401a93f820fec0667bfa31879bbc2e19a))
* typo in CronDetector searchpath ([#1058](https://github.com/quirrel-dev/quirrel/issues/1058)) ([0635fd5](https://github.com/quirrel-dev/quirrel/commit/0635fd5e1fe7fe3e27b3cee7fd56a68347c22423))

## [1.11.0](https://github.com/quirrel-dev/quirrel/compare/v1.10.0...v1.11.0) (2022-10-21)


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
Expand Up @@ -19,7 +19,7 @@
],
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"version": "1.11.0",
"version": "1.12.0",
"engines": {
"node": "14 || 15 || 16 || 17 || 18"
},
Expand Down

0 comments on commit 751793a

Please sign in to comment.