Skip to content

Commit

Permalink
Merge pull request #30 from jesims/JESI-2962
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Oct 9, 2019
2 parents bda3539 + 8fa6e27 commit 913c1e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.26

## Changed
* Update `io.jesi/backpack` to `3.3.1`

# 0.0.23

## Changed
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def slf4j-version "1.7.26")

(defproject io.jesi/parent "0.0.25"
(defproject io.jesi/parent "0.0.26"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -10,7 +10,7 @@
:min-lein-version "2.8.1"
:managed-dependencies [[org.clojure/clojure "1.10.1"]
[thheller/shadow-cljs "2.8.41"]
[io.jesi/backpack "3.2.1"]
[io.jesi/backpack "3.3.1"]
[com.rpl/specter "1.1.2"]
[org.clojure/core.async "0.4.490"]
;DB
Expand Down

0 comments on commit 913c1e4

Please sign in to comment.