Skip to content

Commit 6f46971

Browse files
committed
chore(release): publish v0.1.2
1 parent 06d34d1 commit 6f46971

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
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.1.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.1...v0.1.2) (2020-07-19)
7+
8+
9+
### 📚 Documentation
10+
11+
* **readme:** ✏️ typo in readme change ([06d34d1](https://github.com/navin-moorthy/vscode-css-snippets/commit/06d34d151858bf40578356fcef397a4cc510ddc3))
12+
13+
14+
### ♻️ Chores
15+
16+
* **changelog:** ✏️ fix changelog generated ([6781919](https://github.com/navin-moorthy/vscode-css-snippets/commit/6781919b97827c6ce7c3c5d0ea66735c5a8bfa6f))
17+
* **logo:** 🔧 move logo out of media to support vsce publish ([0567f1b](https://github.com/navin-moorthy/vscode-css-snippets/commit/0567f1b600ef78c7e05b56fa616940462641eb61))
18+
* **typo:** ✏️ issue url typo ([e70a650](https://github.com/navin-moorthy/vscode-css-snippets/commit/e70a650a8b9c4188369eb020dfe4f0111df5d867))
19+
20+
21+
22+
23+
24+
## [0.1.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.1...v0.1.2) (2020-07-19)
25+
26+
27+
### 📚 Documentation
28+
29+
* **readme:** ✏️ typo in readme change ([06d34d1](https://github.com/navin-moorthy/vscode-css-snippets/commit/06d34d151858bf40578356fcef397a4cc510ddc3))
30+
31+
32+
### ♻️ Chores
33+
34+
* **changelog:** ✏️ fix changelog generated ([6781919](https://github.com/navin-moorthy/vscode-css-snippets/commit/6781919b97827c6ce7c3c5d0ea66735c5a8bfa6f))
35+
* **logo:** 🔧 move logo out of media to support vsce publish ([0567f1b](https://github.com/navin-moorthy/vscode-css-snippets/commit/0567f1b600ef78c7e05b56fa616940462641eb61))
36+
* **typo:** ✏️ issue url typo ([e70a650](https://github.com/navin-moorthy/vscode-css-snippets/commit/e70a650a8b9c4188369eb020dfe4f0111df5d867))
37+
38+
39+
40+
41+
642
## 0.1.1 (2020-07-19)
743

844

lerna.json

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

0 commit comments

Comments
 (0)