From 818b2aaa9e8cfc1ade41f55f39469dff47de1d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 17:01:30 +1100 Subject: [PATCH] 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 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b059f..a631614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## [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 diff --git a/package-lock.json b/package-lock.json index a27b9aa..34330d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-exposed-app", - "version": "8.1.3", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-exposed-app", - "version": "8.1.3", + "version": "9.0.0", "license": "MIT", "dependencies": { "debug": "^4.3.3", diff --git a/package.json b/package.json index f9e1627..bf509e2 100644 --- a/package.json +++ b/package.json @@ -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": {