Skip to content

Commit 81cb5e3

Browse files
committed
Version 0.2.2
1 parent c8245f4 commit 81cb5e3

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

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

178178
## Changelog
179179

180+
* Version 0.2.2
181+
* remove .travis.yml, change CI/CD to GitHub Actions
180182
* Version 0.2.1
181183
* auto release to npm only version tags
182184
* gulp bump up version to 4.0

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.1",
3+
"version": "0.2.2",
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.1
3+
// Version 0.2.2
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)