Skip to content

Commit d7310df

Browse files
authored
chore(main): release 1.13.1 (#1092)
🤖 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).
1 parent 1cbe816 commit d7310df

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.13.1](https://github.com/quirrel-dev/quirrel/compare/v1.13.0...v1.13.1) (2022-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 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)
9+
310
## [1.13.0](https://github.com/quirrel-dev/quirrel/compare/v1.12.0...v1.13.0) (2022-11-01)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"main": "dist/cjs/src/index.js",
2121
"module": "dist/esm/src/index.js",
22-
"version": "1.13.0",
22+
"version": "1.13.1",
2323
"engines": {
2424
"node": "14 || 15 || 16 || 17 || 18"
2525
},

0 commit comments

Comments
 (0)