Skip to content

Commit

Permalink
chore: release v11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Jan 3, 2021
1 parent 24c0c5d commit 9fbe9de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables-demo",
"version": "11.0.1",
"version": "11.0.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -20,7 +20,7 @@
"@angular/platform-browser": "^11.0.5",
"@angular/platform-browser-dynamic": "^11.0.5",
"@angular/router": "^11.0.5",
"angular-datatables": "11.0.0",
"angular-datatables": "~11.0.0",
"angular2-highlight-js": "^8.0.1",
"core-js": "^3.6.5",
"datatables.net": "^1.10.22",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables",
"version": "11.0.1",
"version": "11.0.2",
"description": "Angular directive for DataTables",
"scripts": {
"build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build",
Expand Down

0 comments on commit 9fbe9de

Please sign in to comment.