Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjov committed Jun 28, 2022
1 parent ca8be84 commit caa6c29
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.cache
dist
CHANGELOG.md
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [6.0.0](https://github.com/BioPhoton/angular-star-rating/compare/4.0.0-beta.2...6.0.0) (2022-06-28)


### Bug Fixes

* remove logs from prod build ([3428421](https://github.com/BioPhoton/angular-star-rating/commit/3428421602d1b8089e114504709dd215c3c2fbab))

### Features


* add support for ng-packagr 14 ([aefe5d3](https://github.com/BioPhoton/angular-star-rating/commit/aefe5d3e5da5372d746a06404f261f7038a3fef9))

* upgrade to angular14 and remove unuse deps ([ed04083](https://github.com/BioPhoton/angular-star-rating/commit/ed040830a8d54a8c21e012b25870f0243dc8f56e))


## [5.1.0](https://github.com/BioPhoton/angular-star-rating/compare/v5.0.1...v5.1.0) (2022-06-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-star-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-star-rating",
"description": "Angular Star Rating is a fully featured and configurable Angular UI component.",
"version": "5.1.0",
"version": "6.0.0",
"homepage": "https://github.com/BioPhoton/angular-star-rating#readme",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-star-rating-workspace",
"version": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit caa6c29

Please sign in to comment.