Skip to content

Commit

Permalink
Release v0.1.8. See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Mar 22, 2015
1 parent a90b964 commit ea3110f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="0.1.8"></a>
### 0.1.8 (2015-03-22)


#### Bug Fixes

* **apimock:** Adjust for PR19. Always use 'GET' requests. ([0ae1ba57](http://github.com/seriema/angular-apimock/commit/0ae1ba571359f80a30a04f05c6a18b620932668e))


#### Features

* **apimock:** update Angular dependencies in Bower to latest (below 2.x). ([8847c192](http://github.com/seriema/angular-apimock/commit/8847c192e50ed82576e6ae0e736c547ebdb1def8))


<a name="0.1.7"></a>
### 0.1.7 (2014-10-19)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-apimock",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/angular-apimock.min.js",
"appPath": "app",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-apimock.js
@@ -1,4 +1,4 @@
/*! Angular API Mock v0.1.7
/*! Angular API Mock v0.1.8
* 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
4 changes: 2 additions & 2 deletions dist/angular-apimock.min.js

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-apiMock",
"version": "0.1.7",
"version": "0.1.8",
"repository": {
"type": "git",
"url": "git://github.com/seriema/angular-apimock.git"
Expand Down

0 comments on commit ea3110f

Please sign in to comment.