Skip to content

Commit ff3ee9a

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-05-06) ### Features * initial commit ([28b386f](28b386f))
1 parent 28b386f commit ff3ee9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2020-05-06)
2+
3+
4+
### Features
5+
6+
* initial commit ([28b386f](https://github.com/CompactJS/shuffle/commit/28b386ff88135fc33a568187110ec14cfaa5afec))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compactjs/shuffle",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Shuffle arrays",
55
"source": "src/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)