Skip to content

Commit 0e5c989

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.16.0...v2.0.0) (2023-04-07) ### Continuous Integration * drop node 14 support and update deps and main test to node 18 ([a8aa340](a8aa340)) ### BREAKING CHANGES * no test for node 14
1 parent bdc4033 commit 0e5c989

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/deployn/nextjs-boilerplate-with-wordpress/compare/v1.16.0...v2.0.0) (2023-04-07)
2+
3+
4+
### Continuous Integration
5+
6+
* drop node 14 support and update deps and main test to node 18 ([a8aa340](https://github.com/deployn/nextjs-boilerplate-with-wordpress/commit/a8aa3406f6fc86b64a518608a27acbc18b57bb0f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* no test for node 14
12+
113
# [1.16.0](https://github.com/deployn/nextjs-boilerplate-with-wordpress/compare/v1.15.4...v1.16.0) (2023-03-31)
214

315

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-js-boilerplate-with-wordpress",
3-
"version": "1.16.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

0 commit comments

Comments
 (0)