Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swiety85 committed Jun 18, 2018
1 parent 9b386f6 commit cfdd70b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="6.0.1"></a>
# [6.0.1](https://github.com/swiety85/angular2gridster/compare/v6.0.0-rc.1...v6.0.1) (2018-06-18)

### Bug Fixes

* fix: position and size binding on outside change
Optimize amount of render calls



<a name="6.0.0-rc.1"></a>
# [6.0.0-rc.1](https://github.com/swiety85/angular2gridster/compare/v7.0.0-rc.0...v6.0.0-rc.1) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2gridster",
"version": "6.0.0-rc.1",
"version": "6.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -13,7 +13,7 @@
"release-major": "standard-version -r major",
"release-minor": "standard-version -r minor",
"release-fix": "standard-version -r patch",
"publish": "npm publish --prefix ./dist/angular2gridster",
"release-lib": "npm run build && cp -rf ./README.md ./dist/angular2gridster && cd ./dist/angular2gridster && npm version",
"prepublishOnly": "npm run build"
},
"repository": {
Expand Down

0 comments on commit cfdd70b

Please sign in to comment.