Skip to content

Commit

Permalink
# 2.4.138 (2022-09-01 / 6196130)
Browse files Browse the repository at this point in the history
## Fixed

- Fix issue (Fails with records with deleted keys)[#29]
  • Loading branch information
plexus committed Sep 1, 2022
1 parent 6196130 commit 62a13e4
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 @@
2.3
2.4
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.4.138 (2022-09-01 / 6196130)

## Fixed

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

## Added

- Extracted from Kaocha, and added a top-level namespace.
- Extracted from Kaocha, and added a top-level namespace.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
deps.edn

```
lambdaisland/deep-diff2 {:mvn/version "2.3.127"}
lambdaisland/deep-diff2 {:mvn/version "2.4.138"}
```

project.clj

```
[lambdaisland/deep-diff2 "2.3.127"]
[lambdaisland/deep-diff2 "2.4.138"]
```

## Use
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ws": "^8.8.0"
"ws": "^8.8.1"
}
}

0 comments on commit 62a13e4

Please sign in to comment.