Skip to content

Commit

Permalink
fix: add core.js missing dep in vue handlebars template
Browse files Browse the repository at this point in the history
feat: roll v1.6.5
  • Loading branch information
PaulRBerg committed May 26, 2021
1 parent 9dc0cd0 commit 42a685e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.5] - 2021-05-26

### Fixed

- Install core.js missing dependency in vue handlebars template, which fixes [issue #104](https://github.com/paulrberg/create-eth-app/issues/104)

## [1.6.4] - 2021-05-25

### Fixed
Expand Down Expand Up @@ -170,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of the tool
- The default template

[1.6.4]: https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.4
[1.6.5]: https://github.com/paulrberg/create-eth-app/compare/v1.6.4...v1.6.5
[1.6.4]: https://github.com/paulrberg/create-eth-app/compare/v1.6.3...v1.6.4
[1.6.3]: https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/paulrberg/create-eth-app/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/paulrberg/create-eth-app/compare/v1.5.0...v1.6.1
Expand Down
1 change: 1 addition & 0 deletions handlebars/vue/packages/vue-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"apollo-link-http": "^1.5.17",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"core-js": "^3.13.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"graphql": "^15.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-eth-app",
"description": "Create Ethereum-powered apps with one command",
"version": "1.6.4",
"version": "1.6.5",
"bin": {
"create-eth-app": "./dist/index.js"
},
Expand Down

0 comments on commit 42a685e

Please sign in to comment.