Skip to content

Commit 5f9a007

Browse files
committed
chore(build): v2.2.0-beta
1 parent 052b1c6 commit 5f9a007

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This package also includes other improved, stricter type definitions.
1818

1919
You only need to install `better-typescript-lib`. Additional configuration is not needed; your TypeScript project automatically use `better-typescript-lib` definitions.
2020

21-
Currently v2 is alpha-released.
21+
Currently v2 is beta-released.
2222

2323
```sh
24-
npm i -D better-typescript-lib@2.0.0-alpha.1
24+
npm i -D better-typescript-lib@2.0.0-beta
2525
```
2626

2727
### How it works

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-typescript-lib",
33
"private": true,
4-
"version": "2.0.0-alpha.1",
4+
"version": "2.0.0-beta",
55
"description": "Better TypeScript standard library",
66
"main": "index.js",
77
"devDependencies": {
@@ -27,4 +27,4 @@
2727
"types": []
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)