Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ajtai committed Jun 12, 2014
1 parent 43b7a93 commit 2c06793
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,9 +1,9 @@
.idea/*
/.idea
/node_modules
/dist
/cache
/log
.vagrant/*
/.vagrant
configuration.json
atlassian-ide-plugin.xml
Vagrantfile
Expand Down
15 changes: 14 additions & 1 deletion .npmignore
Expand Up @@ -4,4 +4,17 @@ test
nodelint.cfg
.npmignore
.gitmodules
Makefile
Makefile
/.idea
/node_modules
/dist
/cache
/log
/.vagrant
configuration.json
atlassian-ide-plugin.xml
Vagrantfile
ghapi.json
/tasks/seedData/*
npm-debug.log
.DS_Store
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -244,6 +244,7 @@ Grasshopper API JS is released under a [MIT license](https://github.com/Solid-In
* 0.11.18 - 2014-05-23 - [patches](https://github.com/Solid-Interactive/grasshopper-api-js/tree/master/release_notes/0.11.18_2014-05-23.md)
* 0.12.0 - 2014-06-11 - [features](https://github.com/Solid-Interactive/grasshopper-api-js/tree/master/release_notes/0.12.0_2014-06-11.md)
* 0.12.1 - 2014-06-11 - [patches](https://github.com/Solid-Interactive/grasshopper-api-js/tree/master/release_notes/0.12.1_2014-06-11.md)
* 0.12.2 - 2014-06-12 - [patches](https://github.com/Solid-Interactive/grasshopper-api-js/tree/master/release_notes/0.12.2_2014-06-12.md)


## Contributors (`git shortlog -s -n`)
Expand All @@ -263,4 +264,4 @@ Grasshopper API JS is released under a [MIT license](https://github.com/Solid-In
To create the readme, update the release notes dir and package.json.version at a minimum. If needed update README.template.md.
Then run `grunt readme`.

_Compiled file. Do not modify directly. Created: 2014-06-11 11:14:38_
_Compiled file. Do not modify directly. Created: 2014-06-12 06:21:22_
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"name": "Greg Larrenaga"
}
],
"version": "0.12.1",
"version": "0.12.2",
"repository": {
"type": "git",
"url": "https://github.com/Solid-Interactive/grasshopper-api-js.git"
Expand All @@ -40,7 +40,7 @@
"bridgetown-api": "0.0.7",
"express": "~4.2.0",
"findup-sync": "~0.1.2",
"grasshopper-core": "0.12.0",
"grasshopper-core": "0.12.2",
"method-override": "~1.0.1",
"morgan": "~1.1.0",
"multiparty": "~3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion release_notes/0.12.1_2014-06-11.md
@@ -1,3 +1,3 @@
## 0.12.1
## 0.12.2

* ++ version to pull in new version of gh-core
3 changes: 3 additions & 0 deletions release_notes/0.12.2_2014-06-12.md
@@ -0,0 +1,3 @@
## 0.12.1

* ++ version to pull in new version of gh-core

0 comments on commit 2c06793

Please sign in to comment.