From c7ec237151fcb23f6d7d92bccc9f316ed9d4e65b Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Thu, 11 Aug 2022 15:04:16 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ee8c4..5b3c0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 2.0.0 - Next +## 2.0.0 - 2022-08-11 ### Added - Use rollup as bundler - Add ESM Support diff --git a/package-lock.json b/package-lock.json index f33dfb6..8baf64c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/axios", - "version": "2.0.0-next", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/axios", - "version": "2.0.0-next", + "version": "2.0.0", "license": "GPL-3.0", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 1f15750..1458cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/axios", - "version": "2.0.0-next", + "version": "2.0.0", "description": "Axios client for Nextcloud", "main": "dist/index.js", "types": "dist/index.d.ts",