Skip to content

Commit 18b487e

Browse files
author
Chris Cavalea
committed
bump version
1 parent 60ab833 commit 18b487e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.3
2+
* refactor to typescript and build with parcel
3+
4+
## 1.0.3-beta.1
5+
* refactor to typescript and build with parcel
6+
17
## 1.0.3-beta.0
28
* add jSDoc types, adjust rollup config to produce types in dist.
39

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": "aimless.js",
33
"description": "The missing JS randomness library.",
4-
"version": "1.0.3-beta.1",
4+
"version": "1.0.3",
55
"source": "src/aimless.ts",
66
"main": "dist/aimless.js",
77
"module": "dist/aimless.module.js",

0 commit comments

Comments
 (0)