Skip to content

Commit cfdd70b

Browse files
committed
chore(release): 6.0.1
1 parent 9b386f6 commit cfdd70b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="6.0.1"></a>
6+
# [6.0.1](https://github.com/swiety85/angular2gridster/compare/v6.0.0-rc.1...v6.0.1) (2018-06-18)
7+
8+
### Bug Fixes
9+
10+
* fix: position and size binding on outside change
11+
Optimize amount of render calls
12+
13+
14+
515
<a name="6.0.0-rc.1"></a>
616
# [6.0.0-rc.1](https://github.com/swiety85/angular2gridster/compare/v7.0.0-rc.0...v6.0.0-rc.1) (2018-05-29)
717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2gridster",
3-
"version": "6.0.0-rc.1",
3+
"version": "6.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -13,7 +13,7 @@
1313
"release-major": "standard-version -r major",
1414
"release-minor": "standard-version -r minor",
1515
"release-fix": "standard-version -r patch",
16-
"publish": "npm publish --prefix ./dist/angular2gridster",
16+
"release-lib": "npm run build && cp -rf ./README.md ./dist/angular2gridster && cd ./dist/angular2gridster && npm version",
1717
"prepublishOnly": "npm run build"
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)