Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jul 7, 2021
1 parent 09af9c2 commit fe9a649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- default to JSAPI 4.20; update docs w/ latest version numbers - @gavinr

### Changed
### Fixed
### Removed
### Breaking

## [3.2.0] - 2021-07-07
### Added
- default to JSAPI 4.20; update docs w/ latest version numbers - @gavinr

## [3.1.0] - 2021-04-23
### Added
- default to JSAPI 4.19; update docs w/ latest version numbers - @vannizhang
Expand Down Expand Up @@ -285,7 +287,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- copied over source from angular-cli-esri and set up TS build

[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/Esri/esri-loader/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/Esri/esri-loader/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/Esri/esri-loader/compare/v2.16.0...v3.0.0
[2.16.0]: https://github.com/Esri/esri-loader/compare/v2.15.0...v2.16.0
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": "esri-loader",
"version": "3.1.0",
"version": "3.2.0",
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
"files": [
"dist"
Expand Down

0 comments on commit fe9a649

Please sign in to comment.