Skip to content

Commit d50440f

Browse files
committed
chore(release): 🚀 publish v0.5.2
1 parent fb1bbad commit d50440f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** ⬆️ update dev deps ([aecb309](https://github.com/navin-moorthy/vscode-css-snippets/commit/aecb3090b0e8a37d672f754de8fed29a66fa9022))
12+
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#45](https://github.com/navin-moorthy/vscode-css-snippets/issues/45)) ([fb1bbad](https://github.com/navin-moorthy/vscode-css-snippets/commit/fb1bbadb21e442446e645433cad6f4e552ad982b))
13+
14+
15+
16+
17+
18+
## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01)
19+
20+
21+
### ♻️ Chores
22+
23+
* **deps:** ⬆️ update dev deps ([aecb309](https://github.com/navin-moorthy/vscode-css-snippets/commit/aecb3090b0e8a37d672f754de8fed29a66fa9022))
24+
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#45](https://github.com/navin-moorthy/vscode-css-snippets/issues/45)) ([fb1bbad](https://github.com/navin-moorthy/vscode-css-snippets/commit/fb1bbadb21e442446e645433cad6f4e552ad982b))
25+
26+
27+
28+
29+
630
## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020-08-11)
731

832

lerna.json

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

0 commit comments

Comments
 (0)