Skip to content

Commit

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


##
[1.13.1](v1.13.0...v1.13.1)
(2022-11-07)


### Bug Fixes

* correctly default --no-cron
([#1091](#1091))
([1cbe816](1cbe816)),
closes [#1089](#1089)

---
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 Nov 7, 2022
1 parent 1cbe816 commit d7310df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.1](https://github.com/quirrel-dev/quirrel/compare/v1.13.0...v1.13.1) (2022-11-07)


### Bug Fixes

* correctly default --no-cron ([#1091](https://github.com/quirrel-dev/quirrel/issues/1091)) ([1cbe816](https://github.com/quirrel-dev/quirrel/commit/1cbe81644e5ffb6f188e08dff1383454f1e59d0b)), closes [#1089](https://github.com/quirrel-dev/quirrel/issues/1089)

## [1.13.0](https://github.com/quirrel-dev/quirrel/compare/v1.12.0...v1.13.0) (2022-11-01)


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.13.0",
"version": "1.13.1",
"engines": {
"node": "14 || 15 || 16 || 17 || 18"
},
Expand Down

0 comments on commit d7310df

Please sign in to comment.