Skip to content

Commit d5e0f6c

Browse files
committed
docs: Bump version to publish docs
1 parent 74e664d commit d5e0f6c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.1.1"></a>
2+
## <small>0.1.1 (2018-05-27)</small>
3+
4+
* docs(docs): Added classes documentation and usage to README ([74e664d](https://github.com/webdev-tools/css-flex-layout/commit/74e664d))
5+
* ci: Added deploy script to travis-ci ([6fae64e](https://github.com/webdev-tools/css-flex-layout/commit/6fae64e))
6+
* ci: Added skip_cleanup: true to avoid remove node_modules folder ([b48f799](https://github.com/webdev-tools/css-flex-layout/commit/b48f799))
7+
* ci: Initiated semantic release and conventional-commit ([02f682e](https://github.com/webdev-tools/css-flex-layout/commit/02f682e))
8+
* build: Enabled change-log generation when running npm version ([b72e569](https://github.com/webdev-tools/css-flex-layout/commit/b72e569))
9+
10+
11+
112
<a name="0.1.0"></a>
213
## 0.1.0 (2018-05-27)
314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webdev-tools/css-flex-layout",
33
"description": "A tiny framework based on css flex box to manage grids without flood your html",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"scripts": {
77
"stylelint": "stylelint --fix \"src/*.scss\"",

0 commit comments

Comments
 (0)