Skip to content

Commit

Permalink
chore: prepare @liferay/changelog-generator v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 19, 2020
1 parent ec28dcf commit b40b14d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions projects/npm-tools/packages/changelog-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [changelog-generator/v1.6.0](/~https://github.com/liferay/liferay-frontend-projects/tree/changelog-generator/v1.6.0) (2020-10-19)

[Full changelog](/~https://github.com/liferay/liferay-frontend-projects/compare/changelog-generator/v1.5.0...changelog-generator/v1.6.0)

### :new: Features

- feat(changelog-generator): add --major, --minor etc convenience switches ([\#196](/~https://github.com/liferay/liferay-frontend-projects/pull/196))
- feat(monorepo): use liferay-npm-scripts for formatting ([\#146](/~https://github.com/liferay/liferay-frontend-projects/pull/146))
- feat(changelog-generator): make --version optional when --dry-run is on ([\#116](/~https://github.com/liferay/liferay-frontend-projects/pull/116))

### :book: Documentation

- docs(changelog-generator): update project links ([\#94](/~https://github.com/liferay/liferay-frontend-projects/pull/94))

### :woman_juggling: Refactoring

- refactor(js-toolkit): make tests work in monorepo ([\#133](/~https://github.com/liferay/liferay-frontend-projects/pull/133))

## [changelog-generator/v1.5.0](/~https://github.com/liferay/liferay-frontend-projects/tree/changelog-generator/v1.5.0) (2020-09-29)

[Full changelog](/~https://github.com/liferay/liferay-frontend-projects/compare/changelog-generator/v1.4.1...changelog-generator/v1.5.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"preversion": "yarn ci",
"test": "echo 'No tests currently defined for @liferay/changelog-generator'"
},
"version": "1.5.0"
"version": "1.6.0"
}

0 comments on commit b40b14d

Please sign in to comment.