Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #359 from johangirod/master
Browse files Browse the repository at this point in the history
Release v1.2.1 + changelog
  • Loading branch information
Johan committed Apr 14, 2017
2 parents aacf3f8 + 1804fbc commit 925c073
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
<a name="1.2.1"></a>
## [1.2.1](https://github.com/evaneos/vitaminjs/compare/v1.2.0...v1.2.1) (2017-04-14)
### Bug Fixes
* **build** Revert optimize built time, which was causing some bugs [#356](https://github.com/evaneos/vitaminjs/issues/356)
* **build** Remove css nano and use minify option in css-loader. It was causing some
bugs with the z-index rebasing [#358](https://github.com/evaneos/vitaminjs/issues/358)

<a name="1.2.0"></a>
# [1.2.0](https://github.com/evaneos/vitaminjs/compare/v1.1.0...v1.2.0) (2017-04-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vitaminjs",
"version": "1.2.0",
"version": "1.2.1",
"description": "The build toolchain against JavaScript Fatigue",
"main": "./src/shared/index.js",
"scripts": {
Expand Down

0 comments on commit 925c073

Please sign in to comment.