Skip to content

Commit 707d1a0

Browse files
committed
v2.0.0
1 parent fe793d7 commit 707d1a0

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## v2.0.0 (2020-09-03)
2+
3+
#### :boom: Breaking Change
4+
* [#22](https://github.com/emberjs/eslint-plugin-ember-internal/pull/22) Fix CI: dropping unsupported Node versions ([@JoaoDsv](https://github.com/JoaoDsv))
5+
6+
#### :rocket: Enhancement
7+
* [#21](https://github.com/emberjs/eslint-plugin-ember-internal/pull/21) Add `--fix` support to `no-const-outside-module` rule ([@JoaoDsv](https://github.com/JoaoDsv))
8+
9+
#### Committers: 1
10+
- Joao Da Silva Marly ([@JoaoDsv](https://github.com/JoaoDsv))
11+
12+
13+
## v1.1.1 (2018-02-23)
14+
15+
#### :bug: Bug Fix
16+
* [#18](https://github.com/emberjs/eslint-plugin-ember-internal/pull/18) Corrected REs on yuidoc access so that they don't misfire from CRs ([@lupestro](https://github.com/lupestro))
17+
18+
#### Committers: 1
19+
- Ralph Mack ([@lupestro](https://github.com/lupestro))
20+
21+
22+
## v1.1.0 (2017-02-18)
23+
24+
#### :rocket: Enhancement
25+
* [#16](https://github.com/emberjs/eslint-plugin-ember-internal/pull/16) Require yuidoc code block type ([@knownasilya](https://github.com/knownasilya))
26+
* [#15](https://github.com/emberjs/eslint-plugin-ember-internal/pull/15) feat(rule): no-empty-yuidoc-code-blocks ([@knownasilya](https://github.com/knownasilya))
27+
28+
#### Committers: 1
29+
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember-internal",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Rules used internally by Ember.js",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)