Skip to content

Commit

Permalink
changed CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 16, 2022
1 parent ab6909c commit 8db8285
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.1.0](https://github.com/julianpoemp/ngx-codejar/compare/v5.0.1...v5.1.0) (2022-07-16)

### Enhancements

* **codejar:** fixed issue with selection on some browsers

## [5.0.1](https://github.com/julianpoemp/ngx-codejar/compare/v5.0.0...v5.0.1) (2022-07-16)

## [5.0.0](https://github.com/julianpoemp/ngx-codejar/compare/v1.0.2...v5.0.0) (2022-06-10)
Expand Down
18 changes: 9 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:lib": "ng build ngx-codejar",
"build:gh": "ng build demo -c production --base-href /ngx-codejar/ && rm -rf docs/* && cp -rf dist/demo/* docs/",
"build:prod": "ng build ngx-codejar -c production && cp README.md dist/ngx-codejar/README.md && cp LICENSE dist/ngx-codejar/LICENSE && cd dist/ngx-codejar",
"changelog": "conventional-changelog -p angular -o CHANGELOG.md"
"changelog": "conventional-changelog -p angular -o CHANGELOG.md --verbose"
},
"private": true,
"dependencies": {
Expand All @@ -39,7 +39,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cli": "^2.2.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.20",
Expand Down

0 comments on commit 8db8285

Please sign in to comment.