alicerce-css
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
## [1.2.2](https://github.com/alicerce/alicerce-css/compare/v1.2.1...v1.2.2) (2019-06-05) | ||
### Bug Fixes | ||
* add version to bundled comment ([25d3839](https://github.com/alicerce/alicerce-css/commit/25d3839)) | ||
## [1.2.1](https://github.com/alicerce/alicerce-css/compare/v1.2.0...v1.2.1) (2019-06-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "alicerce-css", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Alicerse CSS framework", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,3 +7,6 @@ module.exports ={ | ||
"assets": [ | ||
{"path": "dist/alicerce.css", "label": "CSS distribution"} | ||
{ | ||
"path": "dist/alicerce.css", | ||
"label": "Alicerce CSS {nextRelease.version}" | ||
} | ||
] | ||
@@ -10,0 +13,0 @@ }], |
13916
17