Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Delpoux committed Dec 12, 2017
1 parent 75edd82 commit 854474a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.0 - 2017-12-12

* Fix: SSR

# 1.4.0 - 2017-11-14

* Add: img alt for a11y accessibility
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-masonry",
"version": "1.4.0",
"version": "1.5.0",
"description": "React responsive masonry component built with css flexbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,8 @@
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint src/",
"build": "babel ./src --out-dir ./lib --source-maps -d ./lib --ignore spec.js",
"build":
"babel ./src --out-dir ./lib --source-maps -d ./lib --ignore spec.js",
"prepublish": "npm run clean && npm run build",
"release": "npmpub",
"test": "jest"
Expand Down

0 comments on commit 854474a

Please sign in to comment.