Skip to content

Commit

Permalink
chore: release 9.0.0 (#189)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] and iamturns committed Jan 1, 2022
1 parent cd6cb49 commit 818b2aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- markdownlint-disable -->

## [9.0.0](https://github.com/iamturns/create-exposed-app/compare/v8.1.3...v9.0.0) (2022-01-01)

### ⚠ BREAKING CHANGES

- Updated dependencies, config, and files. Please re-run `create-exposed-app` to update.

### Features

- all dependencies updated (with required changes to config and files)
- commitlint config file and command

### [8.1.3](https://www.github.com/iamturns/create-exposed-app/compare/v8.1.2...v8.1.3) (2021-03-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-exposed-app",
"version": "8.1.3",
"version": "9.0.0",
"description": "App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)",
"homepage": "https://github.com/iamturns/create-exposed-app",
"bugs": {
Expand Down

0 comments on commit 818b2aa

Please sign in to comment.