Skip to content

Commit

Permalink
Merge pull request #48 from jesims/JESI-3321
Browse files Browse the repository at this point in the history
  • Loading branch information
BadAlgorithm committed Apr 27, 2020
2 parents 7f35399 + 8c8a864 commit 525da6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# 3.8.0

* Updated `io.jesi/backpack` to `5.2.0`

# 3.7.0

* Updated `io.jesi/backpack` to `5.1.1`

# 3.6.0

* Updated `io.jesi/backpack` to `5.1.0`

# 3.5.0

* Changed `lein-pprint` to be a (non `:dev`) plugin
* Updated lein-pprint to `1.3.2`

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 "3.7.0"
(defproject io.jesi/parent "3.8.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 @@ -9,7 +9,7 @@
:managed-dependencies [[org.clojure/clojure "1.10.1"]
[thheller/shadow-cljs "2.8.83"]
[org.clojure/clojurescript "1.10.597"] ;Match version used in shadow-cljs
[io.jesi/backpack "5.1.1"]
[io.jesi/backpack "5.2.0"]
[io.jesi/customs "1.0.0"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "0.7.559"]
Expand Down

0 comments on commit 525da6c

Please sign in to comment.