Skip to content

Commit

Permalink
Released v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Oct 16, 2018
1 parent e6e6023 commit c51cd8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.4.0

### Added
- bump esri-loader to 2.5 to default to JSAPI 4.9 (thanks [@NindroidX](https://github.com/NindroidX)!)

## 2.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-esri-loader",
"version": "2.3.0",
"version": "2.4.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2955,9 +2955,9 @@ esrecurse@^4.1.0:
dependencies:
estraverse "^4.1.0"

esri-loader@~2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/esri-loader/-/esri-loader-2.3.0.tgz#0d4b6af4bd17a4f57224e1aad50ae7f0fa473111"
esri-loader@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/esri-loader/-/esri-loader-2.5.0.tgz#2f3c366a99672ac5f1c89aa62038b3ec36bbb4f8"

estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1:
version "4.2.0"
Expand Down

0 comments on commit c51cd8a

Please sign in to comment.