From a795fc431080827b8be5da72e9ff1b6a81dee6b0 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 27 May 2021 15:11:01 +0000 Subject: [PATCH] release: v1.12.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456826d8..6a530dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.12.0](https://github.com/hoppscotch/hoppscotch/tree/v1.12.0) (2020-05-27) + +[Full Changelog](https://github.com/hoppscotch/hoppscotch/compare/v1.10.0...v1.12.0) + ## [v1.10.0](https://github.com/hoppscotch/hoppscotch/tree/v1.10.0) (2020-04-10) [Full Changelog](https://github.com/hoppscotch/hoppscotch/compare/v1.9.9...v1.10.0) diff --git a/package-lock.json b/package-lock.json index d3a4e5d0..83ed94e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "hoppscotch", - "version": "1.10.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.10.0", - "hasInstallScript": true, + "version": "1.12.0", "dependencies": { "@apollo/client": "^3.3.19", "@nuxtjs/axios": "^5.13.4", diff --git a/package.json b/package.json index 89026edf..048dfd0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoppscotch", - "version": "1.10.0", + "version": "1.12.0", "description": "Open source API development ecosystem", "author": "Hoppscotch (support@hoppscotch.io)", "private": true, -- GitLab