Skip to content

Commit 8f38395

Browse files
committed
Version 0.2.1
1 parent 6bd5899 commit 8f38395

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
177177

178178
## Changelog
179179

180+
* Version 0.2.1
181+
* auto release to npm only version tags
182+
* gulp bump up version to 4.0
180183
* Version 0.2.0
181184
* update example
182185
* update package.json

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,6 +1,6 @@
11
{
22
"name": "flexbox-grid-mixins",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Sass Mixins to generate Flexbox grid",
55
"main": "sass/_flexbox-grid-mixins.scss",
66
"author": "Thingsym",

sass/_flexbox-grid-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ===================================================================
22
// Flexbox Grid Mixins
3-
// Version 0.2.0
3+
// Version 0.2.1
44
// Description: Sass Mixins to generate Flexbox grid
55
// Author: thingsym
66
// GitHub: https://github.com/thingsym/flexbox-grid-mixins

0 commit comments

Comments
 (0)