Skip to content

Commit

Permalink
v4.0.1 - add missed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Oct 4, 2020
1 parent 5bd14c0 commit 0292579
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.1 - 2020-09-04
- Forgot to include README in 4.0.0

# 4.0.0 - 2020-09-04
- Support Angular 10
- Dependencies updated
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build-for-publish":"ng build --project ng-qrcode --prod && cp ./README.md ./CHANGES.md ./LICENSE ./dist/ng-qrcode/",
"build-publish-demo-app": "ng build --project=ng-qrcode-demo --prod --base-href \"/ng-qrcode/\" && ngh --dir=./dist/ng-qrcode-demo",
"test": "ng test",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-qrcode",
"description": "Simple AOT compatible QR code generator for your Angular project.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"author": {
"name": "Michael Nahkies",
Expand Down

0 comments on commit 0292579

Please sign in to comment.