Skip to content

Commit d76baf4

Browse files
committed
chore: prepare @liferay/npm-scripts v33.1.0 release
1 parent 7cb9b74 commit d76baf4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

projects/npm-tools/packages/npm-scripts/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [npm-scripts/v33.1.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v33.1.0) (2020-10-02)
2+
3+
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v33.0.2...npm-scripts/v33.1.0)
4+
5+
### :new: Features
6+
7+
- feat(scripts): allow Prettier to format more files (YAML, Markdown) ([\#103](https://github.com/liferay/liferay-frontend-projects/pull/103))
8+
- feat: add support for formatting and linting TypeScript ([\#97](https://github.com/liferay/liferay-frontend-projects/pull/97))
9+
10+
### :wrench: Bug fixes
11+
12+
- fix(scripts): apply Liferay-specific Prettier overrides to TS also ([\#101](https://github.com/liferay/liferay-frontend-projects/pull/101))
13+
14+
### :book: Documentation
15+
16+
- docs(scripts): add top-level sinopsis ([\#100](https://github.com/liferay/liferay-frontend-projects/pull/100))
17+
18+
### :house: Chores
19+
20+
- chore(npm-scripts): update eslint-config dependency to v21.2.0 ([\#108](https://github.com/liferay/liferay-frontend-projects/pull/108))
21+
- chore: update dependencies ([\#105](https://github.com/liferay/liferay-frontend-projects/pull/105))
22+
- chore: update ESLint to latest v7 release ([\#102](https://github.com/liferay/liferay-frontend-projects/pull/102))
23+
124
## [npm-scripts/v33.0.2](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v33.0.2) (2020-09-30)
225

326
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v33.0.1...npm-scripts/v33.0.2)

projects/npm-tools/packages/npm-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
"preversion": "yarn ci",
8989
"test": "jest"
9090
},
91-
"version": "33.0.2"
91+
"version": "33.1.0"
9292
}

0 commit comments

Comments
 (0)