Skip to content

Commit 154e1a1

Browse files
authored
chore(main): release 1.14.1 (#1152)
🤖 I have created a release *beep* *boop* --- ## [1.14.1](v1.14.0...v1.14.1) (2023-06-26) ### Bug Fixes * add node 20 support ([#1153](#1153)) ([0584045](0584045)) * dead links ([139c74c](139c74c)) --- 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 0584045 commit 154e1a1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.14.1](https://github.com/quirrel-dev/quirrel/compare/v1.14.0...v1.14.1) (2023-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add node 20 support ([#1153](https://github.com/quirrel-dev/quirrel/issues/1153)) ([0584045](https://github.com/quirrel-dev/quirrel/commit/0584045a3afacdfb144a8e09fc222bd2d7aa3655))
9+
* dead links ([139c74c](https://github.com/quirrel-dev/quirrel/commit/139c74c42bdbe27f9b9f768dd0a13b55c1f0ab3d))
10+
311
## [1.14.0](https://github.com/quirrel-dev/quirrel/compare/v1.13.4...v1.14.0) (2023-06-20)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.14.0",
22+
"version": "1.14.1",
2323
"engines": {
2424
"node": "14 || 15 || 16 || 17 || 18 || 19 || 20"
2525
},

0 commit comments

Comments
 (0)