Skip to content

Commit

Permalink
1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed May 30, 2022
2 parents f2ecb68 + b89938f commit fe4a635
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The following is a curated list of changes in the Enact proxy ESLint config:

## [1.0.5]

### Fixed

- Updated the `lockfileVersion` of npm-shrinkwrap file to v2.

## [1.0.4] (April 11, 2022)

### Fixed
Expand Down
66 changes: 57 additions & 9 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-enact-proxy",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint proxy config for global Enact ruleset",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand All @@ -14,6 +14,6 @@
"fix": "eslint . --fix"
},
"dependencies": {
"semver": "^7.3.6"
"semver": "^7.3.7"
}
}

0 comments on commit fe4a635

Please sign in to comment.