Skip to content

Commit 8ce14b6

Browse files
Release 0.1.1 (#15)
1 parent 4fd09c7 commit 8ce14b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.1
4+
35
- rename `Array.reversed` to `Array.reverse` ([#12](https://github.com/seaofvoices/luau-disk/pull/12))
46
- add `Array.contains` ([#10](https://github.com/seaofvoices/luau-disk/pull/10))
57
- add `Set<T>` type and `Set.fromArray` ([#9](https://github.com/seaofvoices/luau-disk/pull/9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luau-disk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/seaofvoices/luau-disk.git"

0 commit comments

Comments
 (0)