Skip to content

Commit

Permalink
Merge pull request #53 from jesims/JESI-3595
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Sep 10, 2020
2 parents 075e263 + db0e4b3 commit c74a924
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# project.clj 4.1.0

Update

* `io.jesi/backpack` to `6.1.0`

# project.clj 4.0.0

Update
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "4.0.0"
(defproject io.jesi/parent "4.1.0"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -8,7 +8,7 @@
:min-lein-version "2.9.1"
:managed-dependencies [[org.clojure/clojure "1.10.1"]
[thheller/shadow-cljs "2.8.109"]
[io.jesi/backpack "6.0.0"]
[io.jesi/backpack "6.1.0"]
[io.jesi/customs "1.1.1"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "1.1.587"]
Expand Down

0 comments on commit c74a924

Please sign in to comment.