Skip to content

Commit ee3b16f

Browse files
committed
build: release 2.0.0
1 parent 35c0d01 commit ee3b16f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.0.0 (Feb 12, 2021)
4+
5+
- Refactor in TypeScript.
6+
- Drop the `dist` directory.
7+
- Drop the UMD bundled file.
8+
- Add a declaration file for TypeScript.
9+
310
## 1.0.1 (Apr 1, 2018)
411

512
- Improve code style.

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,7 +1,7 @@
11
{
22
"name": "is-array-buffer",
33
"description": "Check if the given value is an ArrayBuffer.",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"main": "index.js",
66
"module": "index.esm.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)