Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2023
1 parent e68a9eb commit f0341ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-06-25)


### Features

* add base64ToBlob, base64ToFile, blobToBase64, and fileToBase64 ([1ca17ec](https://github.com/encrypit/file64/commit/1ca17ec3d43a2c1d316eabb44127c14e3b14f89f))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file64",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Convert Base64 to Blob/File and Blob/File to Base64.",
"author": "Mark <mark@remarkablemark.org>",
"main": "lib/index.js",
Expand Down

0 comments on commit f0341ad

Please sign in to comment.