Skip to content

Commit 5339d8f

Browse files
committed
chore(release): 1.0.2
1 parent bd5a8ef commit 5339d8f

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.2](https://github.com/niklasvh/base64-arraybuffer/compare/v1.0.1...v1.0.2) (2022-01-22)
6+
7+
8+
### fix
9+
10+
* source maps (#33) ([bd5a8ef](https://github.com/niklasvh/base64-arraybuffer/commit/bd5a8eff3a44ea07f9b68533c477076124220ddd)), closes [#33](https://github.com/niklasvh/base64-arraybuffer/issues/33)
11+
12+
13+
514
## [1.0.1](https://github.com/niklasvh/base64-arraybuffer/compare/v1.0.0...v1.0.1) (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.1",
7+
"version": "1.0.2",
88
"homepage": "https://github.com/niklasvh/base64-arraybuffer",
99
"author": {
1010
"name": "Niklas von Hertzen",

0 commit comments

Comments
 (0)