Skip to content

Commit

Permalink
Merge pull request #69 from jesims/JESI-4588
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Jun 11, 2021
2 parents 534b857 + 1c39f2e commit bf344df
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# project.clj 4.15.0

Updated:

* `project.clj`
* `io.jesi/backpack` to `7.2.0`

# project.clj 4.14.0

Added:
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.14.0"
(defproject io.jesi/parent "4.15.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.14.2"]
[io.jesi/backpack "7.1.0"]
[io.jesi/backpack "7.2.0"]
[io.jesi/customs "1.3.2"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "1.3.618"]
Expand Down

0 comments on commit bf344df

Please sign in to comment.