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

Commit fe9a649

Browse files
committed
3.2.0
1 parent 09af9c2 commit fe9a649

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
### Added
7-
- default to JSAPI 4.20; update docs w/ latest version numbers - @gavinr
8-
97
### Changed
108
### Fixed
119
### Removed
1210
### Breaking
1311

12+
## [3.2.0] - 2021-07-07
13+
### Added
14+
- default to JSAPI 4.20; update docs w/ latest version numbers - @gavinr
15+
1416
## [3.1.0] - 2021-04-23
1517
### Added
1618
- default to JSAPI 4.19; update docs w/ latest version numbers - @vannizhang
@@ -285,7 +287,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
285287
### Added
286288
- copied over source from angular-cli-esri and set up TS build
287289

288-
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.1.0...HEAD
290+
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.2.0...HEAD
291+
[3.2.0]: https://github.com/Esri/esri-loader/compare/v3.1.0...v3.2.0
289292
[3.1.0]: https://github.com/Esri/esri-loader/compare/v3.0.0...v3.1.0
290293
[3.0.0]: https://github.com/Esri/esri-loader/compare/v2.16.0...v3.0.0
291294
[2.16.0]: https://github.com/Esri/esri-loader/compare/v2.15.0...v2.16.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esri-loader",
3-
"version": "3.1.0",
3+
"version": "3.2.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)