Skip to content

Commit 3a7ade0

Browse files
committed
chore(release): release 0.3.3. See CHANGELOG.md
1 parent 70652df commit 3a7ade0

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.3.3"></a>
2+
## [0.3.3](https://github.com/seriema/angular-apimock/compare/0.3.2...v0.3.3) (2015-11-14)
3+
4+
5+
### Bug Fixes
6+
7+
* **npm:** `npm install` was failing because it ran bower as `postinstall` ([a696e14](https://github.com/seriema/angular-apimock/commit/a696e14))
8+
9+
10+
111
<a name="0.3.2"></a>
212
## [0.3.2](https://github.com/seriema/angular-apimock/compare/0.3.1...v0.3.2) (2015-10-25)
313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-apimock",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Automatically route your API calls to static JSON files, for hiccup free front–end development.",
55
"authors": [ "John-Philip Johansson <[email protected]> (http://johansson.jp/)" ],
66
"homepage": "http://johansson.jp/angular-apimock/",

dist/angular-apimock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular API Mock v0.3.2
1+
/*! Angular API Mock v0.3.3
22
* Licensed with MIT
33
* Made with ♥ from Seriema + Redhorn */
44
/* Create the main module, `apiMock`. It's the one that needs to be included in

dist/angular-apimock.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuget/Angular-ApiMock.0.3.3.nupkg

8.63 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-apimock",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Automatically route your API calls to static JSON files, for hiccup free front–end development.",
55
"author": "John-Philip Johansson <[email protected]> (http://johansson.jp/)",
66
"homepage": "http://johansson.jp/angular-apimock/",

0 commit comments

Comments
 (0)