Skip to content

Commit 47fe6a8

Browse files
committed
chore(release): 1.0.1
1 parent a618d14 commit 47fe6a8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.1](https://github.com/niklasvh/base64-arraybuffer/compare/v1.0.0...v1.0.1) (2021-08-10)
6+
7+
8+
### fix
9+
10+
* make lib loadable on ie9 (#30) ([a618d14](https://github.com/niklasvh/base64-arraybuffer/commit/a618d14d323f4eb230321a3609bfbc9f23f430c0)), closes [#30](https://github.com/niklasvh/base64-arraybuffer/issues/30)
11+
12+
13+
514
# [1.0.0](https://github.com/niklasvh/base64-arraybuffer/compare/v0.2.0...v1.0.0) (2021-08-10)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/base64-arraybuffer.umd.js",
55
"module": "dist/base64-arraybuffer.es5.js",
66
"typings": "dist/types/index.d.ts",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"homepage": "https://github.com/niklasvh/base64-arraybuffer",
99
"author": {
1010
"name": "Niklas von Hertzen",

0 commit comments

Comments
 (0)