Skip to content
This repository was archived by the owner on Apr 9, 2018. It is now read-only.

Commit 2e4248e

Browse files
committed
1.0.0
1 parent ef668b7 commit 2e4248e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.0.0
6+
7+
### Changed
8+
- bump esri-loader to 1.0.0
9+
510
## 0.1.11
611
### Changed
712
- Removed index.ts as main entry point

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "angular2-esri-loader",
3-
"version": "0.1.11",
3+
"version": "1.0.0",
44
"description": "An Angular 2 service to help you load ArcGIS API for JavaScript Modules",
55
"scripts": {
66
"test": "tsc",
7-
"prepublish": "tsc"
7+
"prepublish": "tsc",
8+
"preversion": "npm run test && git add README.md CHANGELOG.md"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)