From 0d6d516e274e615505edfd869bce02fec2359a21 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 12 Apr 2021 09:21:14 +0000 Subject: [PATCH] :bookmark: Release v2.2.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16effcc..58e89af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.2.0] - 2021-04-12 + +[Release notes](https://github.com/BetaHuhn/qrgen/releases/tag/v2.2.0) · [Compare](https://github.com/BetaHuhn/qrgen/compare/v2.1.14...v2.2.0) · [Tag](https://github.com/BetaHuhn/qrgen/tree/v2.2.0) · Archive ([zip](https://github.com/BetaHuhn/qrgen/archive/v2.2.0.zip) · [tar.gz](https://github.com/BetaHuhn/qrgen/archive/v2.2.0.tar.gz)) + +### New features + +- [`6360f99`](https://github.com/BetaHuhn/qrgen/commit/6360f99) Add vercel config and support for serverless functions + +### Updates + +- [`53434f2`](https://github.com/BetaHuhn/qrgen/commit/53434f2) Combine frontend and backend + ## [v2.1.14] - 2021-04-12 [Release notes](https://github.com/BetaHuhn/qrgen/releases/tag/v2.1.14) · [Compare](https://github.com/BetaHuhn/qrgen/compare/v2.1.13...v2.1.14) · [Tag](https://github.com/BetaHuhn/qrgen/tree/v2.1.14) · Archive ([zip](https://github.com/BetaHuhn/qrgen/archive/v2.1.14.zip) · [tar.gz](https://github.com/BetaHuhn/qrgen/archive/v2.1.14.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 471074a..1b72f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "qrgen", - "version": "2.1.14", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7eaba4f..676ab7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qrgen", - "version": "2.1.14", + "version": "2.2.0", "description": "QrGen.cc is a free service that lets you create QR-Codes and shortened URLs from any link quickly and easily", "main": "build/index.js", "scripts": {