Skip to content

Commit

Permalink
chore: release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Sep 2, 2021
1 parent c683160 commit 1f49cda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2021-09-02)


### Features

* add decodeBufferToBuffer ([07fdc94](https://www.github.com/cheminfo/base64-tools/commit/07fdc9484d7e770645a3dafb7005c6084c23ebe5))
* add encodeBufferToBuffer ([479c7f5](https://www.github.com/cheminfo/base64-tools/commit/479c7f59453cb89c87f75c3704961fe1bbef0ba2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uint8-base64",
"version": "0.0.0",
"version": "0.1.0",
"description": "Encode and decode base64 from and to Uint8Array",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 1f49cda

Please sign in to comment.