Skip to content

Commit f353cbf

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.3...v1.4.0) (2019-12-02) ### Features * **utilities:** added utilities api (next version will be breaking change due to removed old utilities) ([52a4c03](52a4c03))
1 parent 9ba511e commit f353cbf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/bootstrap-styled/css-utils/compare/v1.3.3...v1.4.0) (2019-12-02)
2+
3+
4+
### Features
5+
6+
* **utilities:** added utilities api (next version will be breaking change due to removed old utilities) ([52a4c03](https://github.com/bootstrap-styled/css-utils/commit/52a4c0328f40693867e11675921b1fcb48516584))
7+
18
## [1.3.3](https://github.com/bootstrap-styled/css-utils/compare/v1.3.2...v1.3.3) (2019-09-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bootstrap-styled/css-utils",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Bootstrap mixins and utilities in javascript for bootstrap-styled.",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/@bootstrap-styled/css-utils.es.js",

0 commit comments

Comments
 (0)