Skip to content

Commit

Permalink
Merge pull request #62 from jesims/JESI-4197
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Apr 19, 2021
2 parents 4c98741 + 37c7a56 commit a14d252
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/parent.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.0

Update

* io.jesi/backpack to `7.1.0`

# project.clj 4.8.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.8.0"
(defproject io.jesi/parent "4.9.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.3"]
[thheller/shadow-cljs "2.11.21"]
[io.jesi/backpack "7.0.0"]
[io.jesi/backpack "7.1.0"]
[io.jesi/customs "1.3.1"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "1.3.610"]
Expand Down

0 comments on commit a14d252

Please sign in to comment.