Skip to content

Commit 1f82031

Browse files
committed
chore(release): 🚀 publish v0.4.0
1 parent bc2bd84 commit 1f82031

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.3.0...v0.4.0) (2020-07-22)
7+
8+
9+
### ✨ Features
10+
11+
* **snippets:** ✨ add tailwind grid snippets ([#30](https://github.com/navin-moorthy/vscode-css-snippets/issues/30)) ([bc2bd84](https://github.com/navin-moorthy/vscode-css-snippets/commit/bc2bd847bc1ba6c850d549670db19256b651be2d)), closes [#29](https://github.com/navin-moorthy/vscode-css-snippets/issues/29)
12+
13+
14+
15+
16+
17+
# [0.4.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.3.0...v0.4.0) (2020-07-22)
18+
19+
20+
### ✨ Features
21+
22+
* **snippets:** ✨ add tailwind grid snippets ([#30](https://github.com/navin-moorthy/vscode-css-snippets/issues/30)) ([bc2bd84](https://github.com/navin-moorthy/vscode-css-snippets/commit/bc2bd847bc1ba6c850d549670db19256b651be2d)), closes [#29](https://github.com/navin-moorthy/vscode-css-snippets/issues/29)
23+
24+
25+
26+
27+
628
# [0.3.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.1...v0.3.0) (2020-07-21)
729

830

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["."],
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"changelogPreset": "metahub",
55
"npmClient": "yarn",
66
"registry": "https://registry.npmjs.org/",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-css-snippets",
33
"displayName": "VSCode CSS Snippets",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "CSS Snippets for fast prototyping",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
 (0)