Skip to content

Commit 9d013f9

Browse files
committed
chore(release): publish v0.2.1
1 parent a6b5a0d commit 9d013f9

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20)
7+
8+
9+
### 📚 Documentation
10+
11+
* **readme:** ✏️ fix emoji and local navigation ([a6b5a0d](https://github.com/navin-moorthy/vscode-css-snippets/commit/a6b5a0db87f0cc58f1a263417481a36f08c1bdd1))
12+
13+
14+
### ♻️ Chores
15+
16+
* **changelog:** ✏️ fix double generated changelog ([e69de86](https://github.com/navin-moorthy/vscode-css-snippets/commit/e69de863cc2400c4ff6edf40369995d18e28e3cd))
17+
18+
19+
20+
21+
22+
## [0.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20)
23+
24+
25+
### 📚 Documentation
26+
27+
* **readme:** ✏️ fix emoji and local navigation ([a6b5a0d](https://github.com/navin-moorthy/vscode-css-snippets/commit/a6b5a0db87f0cc58f1a263417481a36f08c1bdd1))
28+
29+
30+
### ♻️ Chores
31+
32+
* **changelog:** ✏️ fix double generated changelog ([e69de86](https://github.com/navin-moorthy/vscode-css-snippets/commit/e69de863cc2400c4ff6edf40369995d18e28e3cd))
33+
34+
35+
36+
37+
638
# [0.2.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.2...v0.2.0) (2020-07-20)
739

840

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["."],
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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.2.0",
4+
"version": "0.2.1",
55
"description": "CSS Snippets for fast prototyping",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
 (0)