Skip to content

Commit

Permalink
Updating version and documenting versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzolo committed Aug 11, 2016
1 parent 06732f4 commit ada15f0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

## [0.0.2](https://github.com/datanews/locator/tree/0.0.2) (2016-08-11)
[Full Changelog](https://github.com/datanews/locator/compare/0.0.1...0.0.2)

**Closed issues:**

- Move to lodash [\#20](https://github.com/datanews/locator/issues/20)
- Normalize CSS [\#19](https://github.com/datanews/locator/issues/19)
- Change dependency management [\#13](https://github.com/datanews/locator/issues/13)

## [0.0.1](https://github.com/datanews/locator/tree/0.0.1) (2016-08-11)
**Closed issues:**

- Support for lat/long [\#12](https://github.com/datanews/locator/issues/12)
- Save work [\#9](https://github.com/datanews/locator/issues/9)
- Fuzzy text rendering [\#8](https://github.com/datanews/locator/issues/8)
- Make markers draggable [\#5](https://github.com/datanews/locator/issues/5)
- Add multiple markers [\#4](https://github.com/datanews/locator/issues/4)
- Pick a default base style [\#3](https://github.com/datanews/locator/issues/3)
- Allow drawing of arbitrary GeoJSON shapes/paths [\#2](https://github.com/datanews/locator/issues/2)
- Word wrap marker labels [\#1](https://github.com/datanews/locator/issues/1)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,17 @@ The main project page is hosted on Github Pages through this repository. A one-

git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master && bower install

## Releases

To create a new version/release, follow these steps.

1. Update `package.json`.
2. Generate the Changelog with [Github Changelog Generator](https://github.com/skywinder/github-changelog-generator): `github_changelog_generator --future-release X.X.X`
3. Commit: `git add . && git commit -m "Version X.X.X"`
4. Tag: `git tag X.X.X`
5. Push: `git push origin master --tags`
6. Make [Github release](https://github.com/datanews/locator/releases/new).

## Hacks

This project is pushing the limits of browsers and the consistency of their rendering and APIs. This means we have to hack some libraries to make work; these are stored in `libs`;
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": "locator",
"version": "0.0.1",
"version": "0.0.2",
"description": "In browser locator map generator",
"main": "dist/locator.js",
"dependencies": {
Expand Down

0 comments on commit ada15f0

Please sign in to comment.