Skip to content

Commit 60fc815

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.4.0
1 parent 055fa60 commit 60fc815

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.4.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.0.1...v1.4.0) (2022-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* action gif ([a7205c0](https://github.com/avneesh0612/react-nextjs-snippets/commit/a7205c0c80ac2ef8b0fb90f9b537613669aa3dcd))
7+
* clean up all the snippets ([#40](https://github.com/avneesh0612/react-nextjs-snippets/issues/40)) ([06d4d4f](https://github.com/avneesh0612/react-nextjs-snippets/commit/06d4d4f2e0446bbfa063dde74de59dd9a790d130))
8+
* fix a few things, add nextseo ([#38](https://github.com/avneesh0612/react-nextjs-snippets/issues/38)) ([e1a6c7b](https://github.com/avneesh0612/react-nextjs-snippets/commit/e1a6c7b12b96c4ee3c8b92b5e41e2cd1735c96d1))
9+
* gif ([bfddb12](https://github.com/avneesh0612/react-nextjs-snippets/commit/bfddb124b520ba8619936e25a6571bd7785e4f63))
10+
* typo in javascript snippets and enable snippets in js and ts files too ([7bcaf21](https://github.com/avneesh0612/react-nextjs-snippets/commit/7bcaf2138c0bfe73c01f2e9365a9d946da94a0b7))
11+
12+
13+
### Features
14+
15+
* add the required snippets in next-javascript.json file ([#46](https://github.com/avneesh0612/react-nextjs-snippets/issues/46)) ([42e1edf](https://github.com/avneesh0612/react-nextjs-snippets/commit/42e1edfeaa01bfd5ba84f4aa617721f79951b819))
16+
* atom extension ([#44](https://github.com/avneesh0612/react-nextjs-snippets/issues/44)) ([79247ce](https://github.com/avneesh0612/react-nextjs-snippets/commit/79247cedc6f7b15a5b5eb5373940ffcc60ab06cd))
17+
* boost performance and minor improvements ([e792f97](https://github.com/avneesh0612/react-nextjs-snippets/commit/e792f97f99279fb1eb9c62c0aef1171a8ce2a075))
18+
* improve lighthouse scores ([#43](https://github.com/avneesh0612/react-nextjs-snippets/issues/43)) ([b2a5d87](https://github.com/avneesh0612/react-nextjs-snippets/commit/b2a5d870dcb1d9cd4afb010c14e658d4a1bf3e0c))
19+
* initial nextjs setup for the web ([b5f49f1](https://github.com/avneesh0612/react-nextjs-snippets/commit/b5f49f1a313114289a50d2b15bb62d279d7b1f72))
20+
21+
22+
123
## [1.0.1](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.2.1...v1.0.1) (2022-02-14)
224

325

@@ -34,12 +56,3 @@
3456

3557

3658

37-
# [1.1.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v0.6.1...v1.1.0) (2022-02-13)
38-
39-
40-
### Features
41-
42-
* release v1 ([2ebe60a](https://github.com/avneesh0612/react-nextjs-snippets/commit/2ebe60a3dbc0a7d985756f69404a90456d761d5c))
43-
44-
45-

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.3.4",
3+
"version": "1.4.0",
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)