Skip to content

Commit

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


##
[1.13.2](v1.13.1...v1.13.2)
(2023-02-16)


### Bug Fixes

* remove broken tutorial link
([#1119](#1119))
([df0288e](df0288e))
* respect custom host in local dev
([#1122](#1122))
([71304ff](71304ff)),
closes [#1121](#1121)

---
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 committed Feb 16, 2023
1 parent 71304ff commit ab7f583
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [1.13.2](https://github.com/quirrel-dev/quirrel/compare/v1.13.1...v1.13.2) (2023-02-16)


### Bug Fixes

* remove broken tutorial link ([#1119](https://github.com/quirrel-dev/quirrel/issues/1119)) ([df0288e](https://github.com/quirrel-dev/quirrel/commit/df0288e1ed3362bcc8cfb79e3b4b065c735badbc))
* respect custom host in local dev ([#1122](https://github.com/quirrel-dev/quirrel/issues/1122)) ([71304ff](https://github.com/quirrel-dev/quirrel/commit/71304ff68faa09fe525db6df155779caf9ee98ba)), closes [#1121](https://github.com/quirrel-dev/quirrel/issues/1121)

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


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

0 comments on commit ab7f583

Please sign in to comment.