Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0812e88

Browse files
committedSep 10, 2019
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2019-09-10) ### Bug Fixes * **transition:** collapse can be used as a mixin ([1351a4b](1351a4b))
1 parent 0bb643b commit 0812e88

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.3.1](https://github.com/bootstrap-styled/css-utils/compare/v1.3.0...v1.3.1) (2019-09-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **transition:** collapse can be used as a mixin ([1351a4b](https://github.com/bootstrap-styled/css-utils/commit/1351a4b))
7+
18
# [1.3.0](https://github.com/bootstrap-styled/css-utils/compare/v1.2.7...v1.3.0) (2019-08-04)
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.0",
3+
"version": "1.3.1",
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)
Please sign in to comment.