From 241b95052008d87fef761c440c10ccddbeea2b2e Mon Sep 17 00:00:00 2001 From: Tom Wayson Date: Wed, 16 Nov 2022 15:40:24 -0500 Subject: [PATCH] 3.7.0 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e11d9a..aaa3eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index d995936..9e39377 100644 --- a/package.json +++ b/package.json @@ -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"