Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienboulay committed Nov 18, 2020
1 parent 3994f4f commit 97de5c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v0.1.0 (2020-11-18)

### Breaking changes

- Fix [#47](https://github.com/julienboulay/ngx-barcode-scanner/issues/47) : Components and Modules renamming

### Feature

- Make scanner component responsive and enable setting component width and height
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"package": "ng build ngx-barcode-scanner --prod && cd dist/ngx-barcode-scanner && npm pack",
"release": "ng build ngx-barcode-scanner --prod && cp README.md dist/ngx-barcode-scanner && cd dist/ngx-barcode-scanner && npm publish"
"release": "ng build ngx-barcode-scanner --prod && cp README.md dist/ngx-barcode-scanner && cp CHANGELOG.md dist/ngx-barcode-scanner && cd dist/ngx-barcode-scanner && npm publish"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-barcode-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-barcode-scanner",
"version": "0.0.11",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 97de5c6

Please sign in to comment.