Skip to content

Commit

Permalink
1.2.0 release details
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Sep 27, 2018
1 parent c68feee commit 5081d3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.2.0 (September 27, 2018)

* Updated to latest `@enact/dev-utils` and `mocha-react-proptype-checker` dependency releases.

### create

* Added `core-js` as a direct dependency when creating a new project with `--local` to prevent conflicting polyfill versions.

### pack

* Added support for `-m`/`--meta` option to override the `enact` object metadata from the `package.json`.

## 1.1.1 (August 10, 2018)

### create
Expand Down
2 changes: 1 addition & 1 deletion 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": "@enact/cli",
"version": "1.1.1",
"version": "1.2.0",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down

0 comments on commit 5081d3a

Please sign in to comment.