Skip to content

Commit 0b26b51

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.5.0
1 parent 69b11e6 commit 0b26b51

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.5.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.4.1...v0.5.0) (2022-02-11)
2+
3+
4+
### Features
5+
6+
* added next custom next doc and _app ([#23](https://github.com/avneesh0612/React-Next.js-snippets/issues/23)) ([69b11e6](https://github.com/avneesh0612/React-Next.js-snippets/commit/69b11e6f21adbd0b9afeeeb0e494824a55ec67f7))
7+
8+
9+
110
## [0.4.1](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.4.0...v0.4.1) (2022-02-11)
211

312

@@ -34,13 +43,3 @@
3443

3544

3645

37-
# [0.1.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/8bd2027d3a8fc5d30ea926319f263f029463139d...v0.1.0) (2022-02-10)
38-
39-
40-
### Features
41-
42-
* add nextjs snippet ([8bd2027](https://github.com/avneesh0612/React-Next.js-snippets/commit/8bd2027d3a8fc5d30ea926319f263f029463139d))
43-
* added next js typescript component ([7da5468](https://github.com/avneesh0612/React-Next.js-snippets/commit/7da54689a5ab29ac27d9cf7c5dbf48e3e7f80ed8))
44-
45-
46-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-nextjs-snippets",
33
"displayName": "Next.js and React Snippets",
44
"description": "This is an extension for Next.js and React Snippets with ts support as well!",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"engines": {
77
"vscode": "^1.64.0"
88
},
@@ -47,4 +47,4 @@
4747
"husky": "^7.0.4",
4848
"prettier": "^2.5.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)