Skip to content

Commit 27f793e

Browse files
committed
chore(release): 5.0.0
1 parent 9932384 commit 27f793e

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
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="5.0.0"></a>
6+
# [5.0.0](https://github.com/swiety85/angular2gridster/compare/v4.0.0...v5.0.0) (2018-05-26)
7+
8+
9+
### Features
10+
11+
* angular 5 compatibility ([cec9083](https://github.com/swiety85/angular2gridster/commit/cec9083)), closes [#244](https://github.com/swiety85/angular2gridster/issues/244)
12+
13+
14+
515
<a name="4.0.0"></a>
616
# [4.0.0](https://github.com/swiety85/angular2gridster/compare/v1.6.1...v4.0.0) (2018-05-26)
717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2gridster",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -11,9 +11,9 @@
1111
"lint": "tslint src/**/*.ts && npm run lint --prefix ./demo",
1212
"test": "karma start",
1313
"build": "echo 'Building...' && ./node_modules/.bin/ngc -p tsconfig.json",
14-
"release-major": "standard-version -- -r major",
15-
"release-minor": "standard-version -- -r minor",
16-
"release-fix": "standard-version -- -r patch",
14+
"release-major": "standard-version -r major",
15+
"release-minor": "standard-version -r minor",
16+
"release-fix": "standard-version -r patch",
1717
"prepublishOnly": "npm run build"
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)