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

Commit 62ca6f6

Browse files
committed
chore(release): published automated release
1 parent 6c5f47f commit 62ca6f6

File tree

4 files changed

+59
-13
lines changed

4 files changed

+59
-13
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
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+
# [2.0.0](https://github.com/marpme/next-testing-api/compare/v1.0.0...v2.0.0) (2023-07-15)
7+
8+
9+
### Bug Fixes
10+
11+
* apply latest semver version ([6c5f47f](https://github.com/marpme/next-testing-api/commit/6c5f47f25ae3ecd9ee1d7cf6c8e743a4cbb568a4))
12+
13+
14+
### chore
15+
16+
* **deps:** drop node 14 support (>= 16) ([7372db3](https://github.com/marpme/next-testing-api/commit/7372db3592f6f3609393fd421942b7722485bb12))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **deps:** Drops support for node@14, lowest version is now node@16
22+
23+
24+
25+
26+
27+
# [2.0.0](https://github.com/marpme/next-testing-api/compare/v1.0.0...v2.0.0) (2023-07-15)
28+
29+
30+
### Bug Fixes
31+
32+
* apply latest semver version ([6c5f47f](https://github.com/marpme/next-testing-api/commit/6c5f47f25ae3ecd9ee1d7cf6c8e743a4cbb568a4))
33+
34+
35+
### chore
36+
37+
* **deps:** drop node 14 support (>= 16) ([7372db3](https://github.com/marpme/next-testing-api/commit/7372db3592f6f3609393fd421942b7722485bb12))
38+
39+
40+
### BREAKING CHANGES
41+
42+
* **deps:** Drops support for node@14, lowest version is now node@16
43+
44+
45+
46+
47+
648
# [0.1.0](https://github.com/marpme/next-testing-api/compare/v0.0.8...v0.1.0) (2023-03-10)
749

850
### Features

lerna.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.0",
4-
"packages": ["."],
5-
"command": {
6-
"version": {
7-
"conventionalCommits": true,
8-
"createRelease": "github",
9-
"allowBranch": ["main"],
10-
"message": "chore(release): published automated release"
11-
}
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "2.0.0",
4+
"packages": [
5+
"."
6+
],
7+
"command": {
8+
"version": {
9+
"conventionalCommits": true,
10+
"createRelease": "github",
11+
"allowBranch": [
12+
"main"
13+
],
14+
"message": "chore(release): published automated release"
1215
}
16+
}
1317
}

package-lock.json

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

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": "1.0.0",
3+
"version": "2.0.0",
44
"repository": "https://github.com/marpme/next-testing-api",
55
"homepage": "https://github.com/marpme/next-testing-api",
66
"bugs": {

0 commit comments

Comments
 (0)