Skip to content

Commit 64ded0a

Browse files
chore: release 8.1.0 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7b6004 commit 64ded0a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [8.1.0](https://www.github.com/iamturns/create-exposed-app/compare/v8.0.1...v8.1.0) (2021-03-13)
6+
7+
8+
### Features
9+
10+
* include instructions for NPM_TOKEN setup ([#126](https://www.github.com/iamturns/create-exposed-app/issues/126)) ([aa51d3c](https://www.github.com/iamturns/create-exposed-app/commit/aa51d3cb7641eed6ea39487f570d39de256988fa))
11+
12+
13+
### Bug Fixes
14+
15+
* failing build script ([#127](https://www.github.com/iamturns/create-exposed-app/issues/127)) ([f7b6004](https://www.github.com/iamturns/create-exposed-app/commit/f7b60044c860854a916df0141f6ba96086d0f375))
16+
517
### [8.0.1](https://www.github.com/iamturns/create-exposed-app/compare/v8.0.0...v8.0.1) (2021-03-13)
618

719
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-exposed-app",
3-
"version": "8.0.1",
3+
"version": "8.1.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)