Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
📦 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Sep 10, 2015
1 parent 621491a commit 72aa011
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.0.1] - 2015-09-10

### Added
* missing script in `package.json` to ensure `npm install` lays down built files

### Fixed
* incorrect release script link in `package.json`

## [1.0.0] - 2015-09-09
First Release!

[Unreleased]: https://github.com/Esri/Leaflet.shapeMarkers/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/Esri/Leaflet.shapeMarkers/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Esri/Leaflet.shapeMarkers/releases/tag/v1.0.0
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet-shape-markers",
"description": "Shape markers of fixed size for point symbols",
"version": "1.0.0",
"version": "1.0.1",
"author": "Rachel Nehmer <[email protected]>",
"bugs": {
"url": "https://github.com/Esri/Leaflet.shapeMarkers/issues"
Expand Down Expand Up @@ -42,10 +42,12 @@
"url": "[email protected]:Esri/Leaflet.shapeMarkers.git"
},
"scripts": {
"prepublish": "npm run build",
"prebuild": "mkdirp dist",
"build": "./scripts/build.js",
"release": "./scripts/release.sh",
"lint": "semistandard src/*.js",
"pretest": "npm run build",
"test": "npm run lint && karma start"
}
}

0 comments on commit 72aa011

Please sign in to comment.