Skip to content

Commit

Permalink
chore(release): release 0.3.3. See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Nov 14, 2015
1 parent 70652df commit 3a7ade0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.3"></a>
## [0.3.3](https://github.com/seriema/angular-apimock/compare/0.3.2...v0.3.3) (2015-11-14)


### Bug Fixes

* **npm:** `npm install` was failing because it ran bower as `postinstall` ([a696e14](https://github.com/seriema/angular-apimock/commit/a696e14))



<a name="0.3.2"></a>
## [0.3.2](https://github.com/seriema/angular-apimock/compare/0.3.1...v0.3.2) (2015-10-25)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-apimock",
"version": "0.3.2",
"version": "0.3.3",
"description": "Automatically route your API calls to static JSON files, for hiccup free front–end development.",
"authors": [ "John-Philip Johansson <seriema@gmail.com> (http://johansson.jp/)" ],
"homepage": "http://johansson.jp/angular-apimock/",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-apimock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular API Mock v0.3.2
/*! Angular API Mock v0.3.3
* Licensed with MIT
* Made with ♥ from Seriema + Redhorn */
/* Create the main module, `apiMock`. It's the one that needs to be included in
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-apimock.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added nuget/Angular-ApiMock.0.3.3.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-apimock",
"version": "0.3.2",
"version": "0.3.3",
"description": "Automatically route your API calls to static JSON files, for hiccup free front–end development.",
"author": "John-Philip Johansson <seriema@gmail.com> (http://johansson.jp/)",
"homepage": "http://johansson.jp/angular-apimock/",
Expand Down

0 comments on commit 3a7ade0

Please sign in to comment.