Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit be4539c

Browse files
committed
chore(release): published automated release
1 parent 7a0c000 commit be4539c

File tree

5 files changed

+15
-81
lines changed

5 files changed

+15
-81
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/marpme/next-testing/compare/v0.0.8...v0.1.0) (2023-03-10)
7+
8+
### Features
9+
10+
- Add setQuery to NextApiRequestBuilder ([86ef86d](https://github.com/marpme/next-testing/commit/86ef86ddc82ced191a5a37dfbaf06a0829ea2a18))
11+
612
## [0.0.8](https://github.com/marpme/next-testing/compare/v0.0.7...v0.0.8) (2023-02-26)
713

814
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.0.8",
4+
"version": "0.1.0",
55
"command": {
66
"version": {
77
"conventionalCommits": true,

package-lock.json

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

packages/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/marpme/next-test-suite/compare/v0.0.8...v0.1.0) (2023-03-10)
7+
8+
### Features
9+
10+
- Add setQuery to NextApiRequestBuilder ([86ef86d](https://github.com/marpme/next-test-suite/commit/86ef86ddc82ced191a5a37dfbaf06a0829ea2a18))
11+
612
## [0.0.8](https://github.com/marpme/next-test-suite/compare/v0.0.7...v0.0.8) (2023-02-26)
713

814
**Note:** Version bump only for package @next-testing/api

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-testing/api",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"repository": "https://github.com/marpme/next-test-suite",
55
"homepage": "https://github.com/marpme/next-test-suite",
66
"bugs": {

0 commit comments

Comments
 (0)