Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 2, 2020
1 parent fc923d5 commit 51dbe61
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## v3.0.0 (2020-08-02)

#### :boom: Breaking Change
* [#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))

#### :memo: Documentation
* [#83](https://github.com/ember-cli/ember-source-channel-url/pull/83) Fix a typo in the README.md. ([@HeroicEric](https://github.com/HeroicEric))

#### :house: Internal
* [#173](https://github.com/ember-cli/ember-source-channel-url/pull/173) Migrate from `got` to `node-fetch` ([@rwjblue](https://github.com/rwjblue))
* [#172](https://github.com/ember-cli/ember-source-channel-url/pull/172) Update linting dependencies ([@rwjblue](https://github.com/rwjblue))
* [#171](https://github.com/ember-cli/ember-source-channel-url/pull/171) Migrate from `yarn` to `npm`. ([@rwjblue](https://github.com/rwjblue))
* [#170](https://github.com/ember-cli/ember-source-channel-url/pull/170) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-source-channel-url",
"version": "2.0.1",
"version": "3.0.0",
"description": "Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.",
"repository": "git@github.com:rwjblue/ember-source-channel-url.git",
"license": "MIT",
Expand Down

0 comments on commit 51dbe61

Please sign in to comment.