From 78fde731677d01bdf91c77df48417818d9d9ea6c Mon Sep 17 00:00:00 2001 From: Matthew J Martin Date: Sun, 8 Aug 2021 11:59:45 -0400 Subject: [PATCH] Release 1.2.8 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e107f0d..31dfb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 78264d2..9b0da30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blossomfinance/just-api", - "version": "1.2.7", + "version": "1.2.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 388d186..807520a 100644 --- a/package.json +++ b/package.json @@ -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": [