Skip to content

Commit

Permalink
chore: release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoedel authored and rgoedel committed Mar 1, 2021
1 parent 725e98f commit 7d902ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# timeframe.js
# timeframe.js (1.1.2)

Simple functions for dealing with timeframes
Simple, well-tested functions for dealing with timeframes

# Todo

- Get rid of moment for dayjs or similar
- heavily test
- improve composition
- serializeDate
- decide on fp or oop paradigm
- Get rid of moment for luxon
- improve composition to allow all serializable types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": [
"lib/**/*"
],
"version": "1.1.0",
"version": "1.1.2",
"description": "Utilities for dealing with timeframes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7d902ae

Please sign in to comment.