Skip to content

Commit 818b2aa

Browse files
chore: release 9.0.0 (#189)
* chore: release 9.0.0 * Fix changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Turnbull <matt@iamturns.com>
1 parent cd6cb49 commit 818b2aa

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!-- markdownlint-disable -->
44

5+
## [9.0.0](https://github.com/iamturns/create-exposed-app/compare/v8.1.3...v9.0.0) (2022-01-01)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Updated dependencies, config, and files. Please re-run `create-exposed-app` to update.
10+
11+
### Features
12+
13+
- all dependencies updated (with required changes to config and files)
14+
- commitlint config file and command
15+
516
### [8.1.3](https://www.github.com/iamturns/create-exposed-app/compare/v8.1.2...v8.1.3) (2021-03-13)
617

718
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-exposed-app",
3-
"version": "8.1.3",
3+
"version": "9.0.0",
44
"description": "App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)",
55
"homepage": "https://github.com/iamturns/create-exposed-app",
66
"bugs": {

0 commit comments

Comments
 (0)