Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Nov 16, 2022
1 parent 989e6d6 commit 241b950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking

## [3.7.0] - 2022-11-10
## [3.7.0] - 2022-11-16
### Added
- default to JS API 4.25; update docs w/ latest version numbers - @andygup
### Changed
- raise visibility of deprecation notice for frameworks that do not support async/await at runtime, e.g. Angular due to limitations in Zone.js
- archive framework samples and various 3.x-related sections to archived-examples.md. Most of the samples haven't been updated in years

Expand Down Expand Up @@ -312,7 +313,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.6.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.7.0...HEAD
[3.7.0]: https://github.com/Esri/esri-loader/compare/v3.6.0...v3.7.0
[3.6.0]: https://github.com/Esri/esri-loader/compare/v3.5.0...v3.6.0
[3.5.0]: https://github.com/Esri/esri-loader/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/Esri/esri-loader/compare/v3.3.0...v3.4.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.6.0",
"version": "3.7.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 241b950

Please sign in to comment.