Skip to content

Commit c05a3bb

Browse files
author
Isaac Mann
committed
chore: Bump version
1 parent 7b0989f commit c05a3bb

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="5.2.0"></a>
2+
3+
# [5.2.0](https://github.com/isaacplmann/ngx-contextmenu) (2019-05-03)
4+
5+
### Features
6+
7+
- **Dependency**: Allow Angular 8
8+
19
<a name="5.1.1"></a>
210

311
# [5.1.1](https://github.com/isaacplmann/ngx-contextmenu) (2018-10-22)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-contextmenu-platform",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "An Angular component to show a context menu on an arbitrary component",
55
"keywords": [
66
"angular2",

projects/ngx-contextmenu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-contextmenu",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "An Angular component to show a context menu on an arbitrary component",
55
"keywords": [
66
"angular2",

0 commit comments

Comments
 (0)