From a5f2ee387abb22c36a613b3fc0cf9bede0186dc3 Mon Sep 17 00:00:00 2001 From: Phara0h Date: Mon, 3 May 2021 13:59:08 -0400 Subject: [PATCH] 2.5.1 --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3048c7ec..2f679284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +#### [v2.5.1](https://github.com/Phara0h/travelling/compare/v2.5.0...v2.5.1) + +- Update index.js [`12d527f`](https://github.com/Phara0h/travelling/commit/12d527f12609ea9cb90b7c526f0265c3e2fe84f1) + #### [v2.5.0](https://github.com/Phara0h/travelling/compare/v2.4.2...v2.5.0) +> 3 May 2021 + - Update Travelling.postman_collection.json [`40e95d2`](https://github.com/Phara0h/travelling/commit/40e95d244ccaa3f66ce57aa0179f750833ea27b6) - Started work on add traces throughout code [`dfe93dd`](https://github.com/Phara0h/travelling/commit/dfe93dd291233aa72989998d1053f05a03949295) diff --git a/README.md b/README.md index 9b2ac80c..55ca89d0 100644 --- a/README.md +++ b/README.md @@ -3033,8 +3033,14 @@ const { Travelling } = require('./sdk.js')('http://127.0.0.1'); +#### [v2.5.1](https://github.com/Phara0h/travelling/compare/v2.5.0...v2.5.1) + +- Update index.js [`12d527f`](https://github.com/Phara0h/travelling/commit/12d527f12609ea9cb90b7c526f0265c3e2fe84f1) + #### [v2.5.0](https://github.com/Phara0h/travelling/compare/v2.4.2...v2.5.0) +> 3 May 2021 + - Update Travelling.postman_collection.json [`40e95d2`](https://github.com/Phara0h/travelling/commit/40e95d244ccaa3f66ce57aa0179f750833ea27b6) - Started work on add traces throughout code [`dfe93dd`](https://github.com/Phara0h/travelling/commit/dfe93dd291233aa72989998d1053f05a03949295) diff --git a/package.json b/package.json index 23954ee3..f9d7ca40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "travelling", - "version": "2.5.0", + "version": "2.5.1", "description": "A dynamic route level groups permissions middleman service", "main": "index.js", "scripts": {