Skip to content

Commit c28c3e5

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-05-05) ### Features * initial commit ([ea4a326](ea4a326))
1 parent ceae76a commit c28c3e5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0 (2020-05-05)
2+
3+
4+
### Features
5+
6+
* initial commit ([ea4a326](https://github.com/CompactJS/random/commit/ea4a326bef2ba16fe0ba21d746f40eb4bc12b5be))
7+
18
# 1.0.0 (2020-04-18)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compactjs/random",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Simple module to generate random values from a given range or array",
55
"source": "src/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)