From 66302fb2f5cc60bcb5db303f60daf35f13e0ed0a Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Thu, 11 Aug 2022 11:25:30 -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 +- README.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407aaae3..76652610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## 2.0.0 - Draft +## 2.0.0 - 2022-08-11 ### Added - Rollup as bundler - ESM bundle diff --git a/README.md b/README.md index a7258ade..e7ecae32 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Nextcloud helpers related to authentication and the current user +[![npm](https://img.shields.io/npm/v/@nextcloud/auth.svg)](https://www.npmjs.com/package/@nextcloud/auth) +[![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud.github.io/nextcloud-auth/index.html) + ## Install ```sh diff --git a/package.json b/package.json index 9465ac64..89ab7170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/auth", - "version": "2.0.0-next", + "version": "2.0.0", "description": "Nextcloud helpers related to authentication and the current user", "main": "dist/index.js", "module": "dist/index.esm.js",