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

Commit

Permalink
2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Apr 18, 2019
1 parent ea73ff0 commit 2392d80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Changed
### Fixed
- window undefined in Node environments
### Removed
### Breaking

## [2.9.2] - 2019-04-18

### Fixed
- window undefined in Node environments

## [2.9.1] - 2019-03-31

### Fixed
Expand Down Expand Up @@ -221,7 +225,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/v2.9.1...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.9.2...HEAD
[2.9.2]: https://github.com/Esri/esri-loader/compare/v2.9.1...v2.9.2
[2.9.1]: https://github.com/Esri/esri-loader/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/Esri/esri-loader/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/Esri/esri-loader/compare/v2.7.0...v2.8.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": "2.9.1",
"version": "2.9.2",
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
"files": [
"dist"
Expand Down

0 comments on commit 2392d80

Please sign in to comment.