Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.2.3...v1.0.0) (2023-04-07)

### Features

* change factory interface ([bf4d90c](bf4d90c))

### BREAKING CHANGES

* `d(1).second` should be changed to `d(1, "second")`
  • Loading branch information
semantic-release-bot committed Apr 7, 2023
1 parent f144c19 commit 12e7f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-duration",
"version": "0.2.3",
"version": "1.0.0",
"description": "Syntactic sugar functions to handle durations and dates",
"scripts": {
"dev": "jest --watchAll",
Expand Down

0 comments on commit 12e7f0d

Please sign in to comment.