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

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jul 7, 2022
1 parent 845100c commit 0d394f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
### Changed
### Fixed
### Removed
### Breaking

## [3.6.0] - 2022-07-07
### Added
- default to JSAPI 4.24; update docs w/ latest version numbers - @gavinr

### Changed
- fix build by not compiling @types
- update TypeScript and karma-typescript dependencies
- use GitHub Actions instead of travis.yml

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

## [3.5.0] - 2022-03-29
### Added
- default to JSAPI 4.23; update docs w/ latest version numbers - @gavinr
Expand Down Expand Up @@ -303,7 +306,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.5.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.6.0...HEAD
[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
[3.3.0]: https://github.com/Esri/esri-loader/compare/v3.2.0...v3.3.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.5.0",
"version": "3.6.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 0d394f1

Please sign in to comment.