Skip to content

Commit

Permalink
chore: prepare @liferay/js-publish v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 21, 2020
1 parent 943b042 commit 6cf3084
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions projects/npm-tools/packages/js-publish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [js-publish/v2.0.1](https://github.com/liferay/liferay-frontend-projects/tree/js-publish/v2.0.1) (2020-10-21)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-publish/v2.0.0...js-publish/v2.0.1)

### :new: Features

- feat(monorepo): add liferay-workspace-scripts ([\#211](https://github.com/liferay/liferay-frontend-projects/pull/211))
- feat(monorepo): use liferay-npm-scripts for formatting ([\#146](https://github.com/liferay/liferay-frontend-projects/pull/146))

### :house: Chores

- chore: update dependencies ([\#105](https://github.com/liferay/liferay-frontend-projects/pull/105))

### :woman_juggling: Refactoring

- refactor(js-publish): make package check less strict ([\#212](https://github.com/liferay/liferay-frontend-projects/pull/212))
- refactor(js-toolkit): make tests work in monorepo ([\#133](https://github.com/liferay/liferay-frontend-projects/pull/133))

### :eyeglasses: Tests

- test(monorepo): fill in test gaps ([\#213](https://github.com/liferay/liferay-frontend-projects/pull/213))

## [js-publish/v2.0.0](https://github.com/liferay/liferay-frontend-projects/tree/js-publish/v2.0.0) (2020-09-29)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-publish/v1.1.0...js-publish/v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion projects/npm-tools/packages/js-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "2.0.0"
"version": "2.0.1"
}

0 comments on commit 6cf3084

Please sign in to comment.