Skip to content

Commit 51dbe61

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent fc923d5 commit 51dbe61

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v3.0.0 (2020-08-02)
2+
3+
#### :boom: Breaking Change
4+
* [#169](https://github.com/ember-cli/ember-source-channel-url/pull/169) Drop Node 8, 9, 11, and 13 support. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#83](https://github.com/ember-cli/ember-source-channel-url/pull/83) Fix a typo in the README.md. ([@HeroicEric](https://github.com/HeroicEric))
8+
9+
#### :house: Internal
10+
* [#173](https://github.com/ember-cli/ember-source-channel-url/pull/173) Migrate from `got` to `node-fetch` ([@rwjblue](https://github.com/rwjblue))
11+
* [#172](https://github.com/ember-cli/ember-source-channel-url/pull/172) Update linting dependencies ([@rwjblue](https://github.com/rwjblue))
12+
* [#171](https://github.com/ember-cli/ember-source-channel-url/pull/171) Migrate from `yarn` to `npm`. ([@rwjblue](https://github.com/rwjblue))
13+
* [#170](https://github.com/ember-cli/ember-source-channel-url/pull/170) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
14+
15+
#### Committers: 3
16+
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
17+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
18+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
19+
20+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-source-channel-url",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.",
55
"repository": "[email protected]:rwjblue/ember-source-channel-url.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)