Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit e424b5c

Browse files
committed
chore(release): 0.0.2
1 parent 95e526b commit e424b5c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.0.2"></a>
6+
## [0.0.2](https://github.com/smooth-code/smooth-ui/compare/v0.0.1...v0.0.2) (2018-02-06)
7+
8+
9+
510
<a name="0.0.1"></a>
611
## 0.0.1 (2018-02-06)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smooth-ui",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "dist/smooth-ui.cjs.js",
55
"module": "dist/smooth-ui.es.js",
66
"jsnext:main": "dist/smooth-ui.es.js",
@@ -16,8 +16,7 @@
1616
"deploy:docs": "firebase deploy",
1717
"dev": "styleguidist server",
1818
"prebuild": "shx rm -rf dist/*",
19-
"release":
20-
"standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
19+
"release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
2120
},
2221
"devDependencies": {
2322
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)