Skip to content

Commit 1263a94

Browse files
committed
v3.13.1
1 parent 47e7f11 commit 1263a94

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v3.13.1](https://github.com/emberjs/ember-inspector/tree/v3.13.1) (2019-12-20)
4+
5+
[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.13.0...v3.13.1)
6+
7+
**Fixed bugs:**
8+
9+
- Inspector does not recognize app if Ember.ENV.EXTEND\_PROTOTYPES does not exist [\#1114](https://github.com/emberjs/ember-inspector/issues/1114)
10+
- Fix prototype extensions detection [\#1117](https://github.com/emberjs/ember-inspector/pull/1117) ([chancancode](https://github.com/chancancode))
11+
- Bring back Node 8 support \(for now\) [\#1116](https://github.com/emberjs/ember-inspector/pull/1116) ([chancancode](https://github.com/chancancode))
12+
- Render the CHANGELOG for the current version [\#1115](https://github.com/emberjs/ember-inspector/pull/1115) ([chancancode](https://github.com/chancancode))
13+
14+
**Merged pull requests:**
15+
16+
- v3.13.0 CHANGELOGs [\#1113](https://github.com/emberjs/ember-inspector/pull/1113) ([chancancode](https://github.com/chancancode))
17+
318
## [v3.13.0](https://github.com/emberjs/ember-inspector/tree/v3.13.0) (2019-12-19)
419

520
[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.12.5...v3.13.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inspector",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
55
"license": "MIT",
66
"author": "Tilde, Inc.",

0 commit comments

Comments
 (0)