From 6f6cf66d7d5dedf9098c1e780d74007b51cc69f0 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Tue, 28 Dec 2021 21:54:39 +0100 Subject: [PATCH] Release 1.0.11 --- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b319f03..eee9583 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # @hexagon/base64 -The only JavaScript base64 library you will ever need +Base64 and base64url to string or arraybuffer, and back. ![Node.js CI](https://github.com/Hexagon/base64/workflows/Node.js%20CI/badge.svg?branch=master) [![npm version](https://badge.fury.io/js/base64.svg)](https://badge.fury.io/js/@hexagon/base64) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4978bdbf495941c087ecb32b120f28ff)](https://www.codacy.com/gh/Hexagon/base64/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Hexagon/base64&utm_campaign=Badge_Grade) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/base64/blob/master/LICENSE) [![jsdelivr](https://data.jsdelivr.com/v1/package/gh/hexagon/base64/badge?style=rounded)](https://www.jsdelivr.com/package/gh/hexagon/base64) -* Support both regular base64, and base64url -* Encode/Decode both string and ArrayBuffers +* Support regular base64, and base64url +* Convert to/from string or ArrayBuffers * Works in Node.js >=4.0 (both require and import). * Works in Deno >=1.16. * Works in browsers as standalone, UMD or ES-module. diff --git a/package-lock.json b/package-lock.json index 2d712f2..c5f679a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hexagon/base64", - "version": "0.0.11", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hexagon/base64", - "version": "0.0.11", + "version": "1.0.11", "license": "MIT", "devDependencies": { "c8": "^7.10.0", diff --git a/package.json b/package.json index 76f6401..54f47bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hexagon/base64", - "version": "0.0.11", - "description": "Base64 and base64url to string or arraybuffer", + "version": "1.0.11", + "description": "Base64 and base64url to string or arraybuffer, and back.", "author": "Hexagon ", "homepage": "https://hexagon.github.io/base64", "repository": {