Skip to content

Commit

Permalink
# 1.4.58 (2023-01-16 / 1446eef)
Browse files Browse the repository at this point in the history
## Changed

- `distance-in-words` now renders approximate weeks; month ranges were adjusted
  • Loading branch information
plexus committed Jan 16, 2023
1 parent 1446eef commit d637280
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3
1.4
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.4.58 (2023-01-16 / 1446eef)

## Changed

Expand Down Expand Up @@ -37,4 +37,4 @@

## Changed

- `add-interval` now takes a map instead of positional arguments
- `add-interval` now takes a map instead of positional arguments
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Lightweight ClojureScript local time/date library
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/deja-fu {:mvn/version "1.3.51"}
com.lambdaisland/deja-fu {:mvn/version "1.4.58"}
```

or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))

```
[com.lambdaisland/deja-fu "1.3.51"]
[com.lambdaisland/deja-fu "1.4.58"]
```
<!-- /installation -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"ws": "^8.9.0"
"ws": "^8.12.0"
}
}

0 comments on commit d637280

Please sign in to comment.