Skip to content

Commit

Permalink
Merge pull request #309 from standard/release-stable-17
Browse files Browse the repository at this point in the history
Release stable 15.0.0
  • Loading branch information
voxpelli committed Apr 20, 2022
2 parents 6ce52fd + dcf10ae commit c3a7f17
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
16 changes: 10 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.github/
test/
tmp/
.editorconfig
tsconfig.json
coverage
*
!bin/**/*.js
!bin/**/*.d.ts
!bin/**/*.d.ts.map
!lib/**/*.js
!lib/**/*.d.ts
!lib/**/*.d.ts.map
!index.js
!index.d.ts
!index.d.ts.map
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 15.0.0 2022-04-20

- In addition to breaking changes and other in `15.0.0-0`, only some dependency updates
## 15.0.0-0 2021-11-30

- **BREAKING CHANGE:** To avoid confusion with ESLint exports and types, our `Linter` class has been renamed to `StandardEngine` and `cli()` now takes a `standardEngine` key instead of a `linter` key if a custom engine wants to be provided. #275
Expand All @@ -11,7 +14,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- **BREAKING CHANGE:** the `parseOpts` option to the `StandardEngine` (formerly called `Linter`) constructor has been replaced with a new `resolveEslintConfig` one
- Change: make `--verbose` the default #232


## 14.0.1 2020-08-31

- _Missing release notes_
Expand Down
1 change: 1 addition & 0 deletions declaration.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"noEmit": false,
"emitDeclarationOnly": true
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-engine",
"version": "15.0.0-0",
"version": "15.0.0",
"description": "Wrap your standards in a tortilla and cover it in special sauce.",
"keywords": [
"JavaScript Standard Style",
Expand Down Expand Up @@ -67,11 +67,11 @@
"c8": "^7.10.0",
"cross-spawn": "^7.0.3",
"dependency-check": "^5.0.0-4",
"eslint": "^8.12.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard-jsx": "^11.0.0-1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^14.0.0",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"installed-check": "^5.0.0",
Expand Down

0 comments on commit c3a7f17

Please sign in to comment.