Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Aug 8, 2021
1 parent e3513f0 commit 78fde73
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### [1.2.8](https://github.com/matmar10/just-api/compare/v1.2.7...v1.2.8) (2021-08-08)


### Continuous Integration

* deprecate gulp ([c703848](https://github.com/matmar10/just-api/commit/c7038482a1f7d8f9c103f3c5e36bf8dd263794d7)), closes [kiranz/just-api#40](https://github.com/kiranz/just-api/issues/40)
* ignore temp build directory ([e3513f0](https://github.com/matmar10/just-api/commit/e3513f0fa2a7d6d3e62192e4b131bbdda868f86c)), closes [kiranz/just-api#40](https://github.com/kiranz/just-api/issues/40)


### Tests

* ignore generated lockfile from installed json-server test API ([0df890c](https://github.com/matmar10/just-api/commit/0df890c761be34c969396b4613c90d0861950590))
* install mock test server data during server setup ([ab5b0c3](https://github.com/matmar10/just-api/commit/ab5b0c396c1d36d4c302665a836cf4603fedb7a9)), closes [kiranz/just-api#30](https://github.com/kiranz/just-api/issues/30)
* update server API to eliminate deprecation warnings ([7f79f4f](https://github.com/matmar10/just-api/commit/7f79f4fe4b9fa1d227fe80461ffa722a6e25dca9))

### [1.2.7](https://github.com/matmar10/just-api/compare/v1.2.6...v1.2.7) (2021-08-07)

### [1.2.6](https://github.com/matmar10/just-api/compare/v1.2.5...v1.2.6) (2021-08-06)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossomfinance/just-api",
"version": "1.2.7",
"version": "1.2.8",
"description": "Specification based API test framework for HTTP APIs (REST, GraphQL)",
"homepage": "https://matmar10.github.io/just-api/",
"keywords": [
Expand Down

0 comments on commit 78fde73

Please sign in to comment.