Skip to content

Commit 60d8646

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.6.1
1 parent f115134 commit 60d8646

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
# [0.5.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.4.1...v0.5.0) (2022-02-11)
1+
## [0.6.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.5.0...v0.6.1) (2022-02-13)
22

33

4-
### Features
4+
### Bug Fixes
55

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))
6+
* icon ([f115134](https://github.com/avneesh0612/react-nextjs-snippets/commit/f11513440b1d89b32d555d5defecec3494c44cd2))
77

88

99

10-
## [0.4.1](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.4.0...v0.4.1) (2022-02-11)
10+
# [0.5.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.4.1...v0.5.0) (2022-02-11)
1111

1212

13-
### Bug Fixes
13+
### Features
1414

15-
* file extension :P ([73ee97b](https://github.com/avneesh0612/React-Next.js-snippets/commit/73ee97b84376fa8ad0e39608663d4de6d63986d3))
15+
* added next custom next doc and _app ([#23](https://github.com/avneesh0612/react-nextjs-snippets/issues/23)) ([69b11e6](https://github.com/avneesh0612/react-nextjs-snippets/commit/69b11e6f21adbd0b9afeeeb0e494824a55ec67f7))
1616

1717

1818

19-
# [0.4.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.3.0...v0.4.0) (2022-02-11)
19+
## [0.4.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.4.0...v0.4.1) (2022-02-11)
2020

2121

22-
### Features
22+
### Bug Fixes
2323

24-
* add more snippets ([#18](https://github.com/avneesh0612/React-Next.js-snippets/issues/18)) ([163c60c](https://github.com/avneesh0612/React-Next.js-snippets/commit/163c60cbcb9a87f5541608dc71eafdd7e2c0c312))
24+
* file extension :P ([73ee97b](https://github.com/avneesh0612/react-nextjs-snippets/commit/73ee97b84376fa8ad0e39608663d4de6d63986d3))
2525

2626

2727

28-
# [0.3.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.2.0...v0.3.0) (2022-02-11)
28+
# [0.4.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.3.0...v0.4.0) (2022-02-11)
2929

3030

3131
### Features
3232

33-
* add more snippets, updated names, update GitPod ([62319bb](https://github.com/avneesh0612/React-Next.js-snippets/commit/62319bb757a052cfa3aa64b12928480ef7db7731))
33+
* add more snippets ([#18](https://github.com/avneesh0612/react-nextjs-snippets/issues/18)) ([163c60c](https://github.com/avneesh0612/react-nextjs-snippets/commit/163c60cbcb9a87f5541608dc71eafdd7e2c0c312))
3434

3535

3636

37-
# [0.2.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.1.0...v0.2.0) (2022-02-11)
37+
# [0.3.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.2.0...v0.3.0) (2022-02-11)
3838

3939

4040
### Features
4141

42-
* add snippets for getInitialProps and (fix) use TM_FILENAME_BASE instead of TM_FILENAME ([230a8bd](https://github.com/avneesh0612/React-Next.js-snippets/commit/230a8bdaafe0094793beb9aac715736c2e6f1dc6))
42+
* add more snippets, updated names, update GitPod ([62319bb](https://github.com/avneesh0612/react-nextjs-snippets/commit/62319bb757a052cfa3aa64b12928480ef7db7731))
4343

4444

4545

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.6.0",
5+
"version": "0.6.1",
66
"publisher": "AvneeshAgarwal",
77
"icon": "logo.png",
88
"repository": {
@@ -52,4 +52,4 @@
5252
"husky": "^7.0.4",
5353
"prettier": "^2.5.1"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)