Skip to content

Commit 74f7f11

Browse files
committed
chore(release): 🚀 publish v0.6.1
1 parent 3848237 commit 74f7f11

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
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.6.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.6.0...v0.6.1) (2020-10-01)
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* **snippets:** 🐛 add new lines on snippets that don't have ([3848237](https://github.com/navin-moorthy/vscode-css-snippets/commit/384823725a2a5d1db0ebe195c1840989342b11ed)), closes [#48](https://github.com/navin-moorthy/vscode-css-snippets/issues/48)
12+
13+
14+
15+
16+
17+
## [0.6.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.6.0...v0.6.1) (2020-10-01)
18+
19+
20+
### 🐛 Bug Fixes
21+
22+
* **snippets:** 🐛 add new lines on snippets that don't have ([3848237](https://github.com/navin-moorthy/vscode-css-snippets/commit/384823725a2a5d1db0ebe195c1840989342b11ed)), closes [#48](https://github.com/navin-moorthy/vscode-css-snippets/issues/48)
23+
24+
25+
26+
27+
628
# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01)
729

830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["."],
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"changelogPreset": "metahub",
55
"npmClient": "yarn",
66
"registry": "https://registry.npmjs.org/",

package.json

Lines changed: 1 addition & 1 deletion
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.6.0",
4+
"version": "0.6.1",
55
"description": "CSS Snippets for fast prototyping",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
 (0)