Skip to content

Commit

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


##
[1.14.0](v1.13.4...v1.14.0)
(2023-06-20)


### Features

* added nextjs 13 app router native support & docs improvements
([91a3d93](91a3d93))


### Bug Fixes

* **deps:** update dependency @fastify/basic-auth to v5
([#1107](#1107))
([c3cc7cf](c3cc7cf))
* **deps:** update dependency fastify to v4.10.2 [security]
([#1126](#1126))
([f9d4494](f9d4494))
* **deps:** update dependency jsonwebtoken to v9 [security]
([#1112](#1112))
([55188c7](55188c7))

---
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 Jun 20, 2023
1 parent 8e6b907 commit 37f8d63
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.14.0](https://github.com/quirrel-dev/quirrel/compare/v1.13.4...v1.14.0) (2023-06-20)


### Features

* added nextjs 13 app router native support & docs improvements ([91a3d93](https://github.com/quirrel-dev/quirrel/commit/91a3d93347f68d121fb1b835e65d0ee2488249c6))


### Bug Fixes

* **deps:** update dependency @fastify/basic-auth to v5 ([#1107](https://github.com/quirrel-dev/quirrel/issues/1107)) ([c3cc7cf](https://github.com/quirrel-dev/quirrel/commit/c3cc7cf0a522f3908ac951226e2b4eed67358904))
* **deps:** update dependency fastify to v4.10.2 [security] ([#1126](https://github.com/quirrel-dev/quirrel/issues/1126)) ([f9d4494](https://github.com/quirrel-dev/quirrel/commit/f9d4494bf56d72a86865bdbf54d9ea1a55717428))
* **deps:** update dependency jsonwebtoken to v9 [security] ([#1112](https://github.com/quirrel-dev/quirrel/issues/1112)) ([55188c7](https://github.com/quirrel-dev/quirrel/commit/55188c74698e8f4a92a4c1b19ff21a5bb600aaff))

## [1.13.4](https://github.com/quirrel-dev/quirrel/compare/v1.13.3...v1.13.4) (2023-04-03)


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

0 comments on commit 37f8d63

Please sign in to comment.