This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +59
-13
lines changed Expand file tree Collapse file tree 4 files changed +59
-13
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments