Skip to content

Commit

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


##
[1.13.0](v1.12.0...v1.13.0)
(2022-11-01)


### Features

* allow passing a logger function to quirrel client
([#1039](#1039))
([398f53a](398f53a))
* SvelteKit update
([#1082](#1082))
([8596694](8596694))


### Bug Fixes

* **deps:** update dependency @types/node to v18
([#1083](#1083))
([565e5a8](565e5a8))
* **deps:** update docusaurus monorepo to v2.2.0
([#1086](#1086))
([5e219b9](5e219b9))

---
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 acbffb9 commit aa4267e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* allow passing a logger function to quirrel client ([#1039](https://github.com/quirrel-dev/quirrel/issues/1039)) ([398f53a](https://github.com/quirrel-dev/quirrel/commit/398f53a053d18f56ed1a99ec67066003f413c6c4))
* SvelteKit update ([#1082](https://github.com/quirrel-dev/quirrel/issues/1082)) ([8596694](https://github.com/quirrel-dev/quirrel/commit/8596694038b76154b030868698f2ba75548309aa))


### Bug Fixes

* **deps:** update dependency @types/node to v18 ([#1083](https://github.com/quirrel-dev/quirrel/issues/1083)) ([565e5a8](https://github.com/quirrel-dev/quirrel/commit/565e5a8604cb326ee422784de75af0578e443dc2))
* **deps:** update docusaurus monorepo to v2.2.0 ([#1086](https://github.com/quirrel-dev/quirrel/issues/1086)) ([5e219b9](https://github.com/quirrel-dev/quirrel/commit/5e219b986cdfe5ba5ed383e616530533126ac438))

## [1.12.0](https://github.com/quirrel-dev/quirrel/compare/v1.11.0...v1.12.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.12.0",
"version": "1.13.0",
"engines": {
"node": "14 || 15 || 16 || 17 || 18"
},
Expand Down

0 comments on commit aa4267e

Please sign in to comment.