Skip to content

Commit 8f4cbca

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.0.1
1 parent 0cafde1 commit 8f4cbca

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,45 @@
1+
## [1.0.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.2.1...v1.0.1) (2022-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* package json and prettier ([0cafde1](https://github.com/avneesh0612/react-nextjs-snippets/commit/0cafde1b2af1035676a0bd508fa7dc06bc117952))
7+
8+
9+
110
## [1.2.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.2.0...v1.2.1) (2022-02-14)
211

12+
313
### Bug Fixes
414

5-
- use png instead of svg as vscode marketplace doesn't support png ([40c39a6](https://github.com/avneesh0612/react-nextjs-snippets/commit/40c39a6e4d3c08fe8a6f24fc857ffdd93eafd383))
15+
* use png instead of svg as vscode marketplace doesn't support png ([40c39a6](https://github.com/avneesh0612/react-nextjs-snippets/commit/40c39a6e4d3c08fe8a6f24fc857ffdd93eafd383))
16+
17+
618

719
# [1.2.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.1.1...v1.2.0) (2022-02-14)
820

21+
922
### Features
1023

11-
- add ProductHunt embed in Readme ([c42e2b7](https://github.com/avneesh0612/react-nextjs-snippets/commit/c42e2b716a2c5d034636eae6727631378daea01b))
24+
* add ProductHunt embed in Readme ([c42e2b7](https://github.com/avneesh0612/react-nextjs-snippets/commit/c42e2b716a2c5d034636eae6727631378daea01b))
25+
26+
1227

1328
## [1.1.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.1.0...v1.1.1) (2022-02-13)
1429

30+
1531
### Bug Fixes
1632

17-
- update name everywhere ([e1d287d](https://github.com/avneesh0612/react-nextjs-snippets/commit/e1d287da4dc55304d9d805e3e002574c92109c74))
33+
* update name everywhere ([e1d287d](https://github.com/avneesh0612/react-nextjs-snippets/commit/e1d287da4dc55304d9d805e3e002574c92109c74))
34+
35+
1836

1937
# [1.1.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.6.1...v1.1.0) (2022-02-13)
2038

39+
2140
### Features
2241

23-
- release v1 ([2ebe60a](https://github.com/avneesh0612/react-nextjs-snippets/commit/2ebe60a3dbc0a7d985756f69404a90456d761d5c))
42+
* release v1 ([2ebe60a](https://github.com/avneesh0612/react-nextjs-snippets/commit/2ebe60a3dbc0a7d985756f69404a90456d761d5c))
2443

25-
## [0.6.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.5.0...v0.6.1) (2022-02-13)
2644

27-
### Bug Fixes
2845

29-
- icon ([f115134](https://github.com/avneesh0612/react-nextjs-snippets/commit/f11513440b1d89b32d555d5defecec3494c44cd2))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nextjs-snippets",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"repository": "https://github.com/avneesh0612/react-nextjs-snippets.git",
66
"author": "Avneesh Agarwal <[email protected]>",
@@ -20,4 +20,4 @@
2020
"format": "prettier --write \"packages/vscode/{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
2121
"format:check": "prettier --check \"packages/vscode/{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\""
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)