Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit b4772f8

Browse files
committed
2.14.0
1 parent 1edc9fe commit b4772f8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
### Removed
1010
### Breaking
1111

12+
## [2.14.0] - 2020-04-09
13+
### Added
14+
- default to JSAPI 4.15; update docs w/ latest version numbers - @JoshCrozier
15+
1216
## [2.13.0] - 2019-12-22
1317

18+
### Added
19+
- default to JSAPI 4.14; update docs w/ latest version numbers - @gpbmike
20+
1421
## [2.12.0] - 2019-10-24
1522

1623
### Added
@@ -255,7 +262,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
255262
### Added
256263
- copied over source from angular-cli-esri and set up TS build
257264

258-
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.13.0...HEAD
265+
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.14.0...HEAD
266+
[2.14.0]: https://github.com/Esri/esri-loader/compare/v2.13.0...v2.14.0
259267
[2.13.0]: https://github.com/Esri/esri-loader/compare/v2.12.0...v2.13.0
260268
[2.12.0]: https://github.com/Esri/esri-loader/compare/v2.11.0...v2.12.0
261269
[2.11.0]: https://github.com/Esri/esri-loader/compare/v2.10.2...v2.11.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esri-loader",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)