Skip to content

Commit 5e9204c

Browse files
committed
First stable release - bump
1 parent da5d716 commit 5e9204c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- Adds arraySetDifference
2222

2323

24-
# "version": "0.0.5-alpha"
24+
# "version": "0.1.0"
2525
- Update Readme
2626
- SetOperations abstract class with all the utils implemented
2727
- Test Coverage up to 100%

deno.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@discrete-math/set-theory",
3-
"version": "0.0.4-alpha",
3+
"version": "0.1.0",
4+
"description": "TypeScript Set Theory Library",
5+
"title": "TypeScript Set Theory Library",
6+
"author": "E. A. Arroyo",
47
"license": "MIT",
58
"exports": {
69
".": "./src/index.ts"

0 commit comments

Comments
 (0)