Skip to content

Commit

Permalink
updated changelog and publish documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Jul 8, 2014
1 parent 835d500 commit a11779d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Publishing
===

Use `tin` to update the version number in the `package.json`, `component.json` & `bower.json`.

tin -v x.y.z

Then run the publish script

./publish.sh

afterwards don't forget to update the versions to be a prerelease of the next version, so if you just published 1.1.1 then:

tin -v 1.1.2-alpha
git add package.json component.json bower.json
git commit -m 'update version to 1.1.2-alpha'
git push origin master
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Change log
===
- 2.2.0: Documentation fixes and added proj4.defs('name') as an alias for proj4.defs['name'];

- 2.1.4: dist folder is added back in after accidentally omitting it in 2.1.1

- 2.1.3: skipped as issues with the dist folder are ironed out.

- 2.1.2: added sensible defaults for false eastings/northings

- 2.1.1: tweaks to how we publish it, fixes related to errors with the OSGB36 and Reseau National Belge 1972 datums, we took the first steps towards depreciating the proj4.Point class.

- 2.1.0: targeted builds for projections are now supported, and internally projection creation is more modular.
Expand Down

0 comments on commit a11779d

Please sign in to comment.