Skip to content

Commit

Permalink
Prep for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 18, 2024
1 parent d1eec62 commit e13ee07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.1 -- 17 Nov 2024

This bug fix release corrects the fact that GraphiQL resouces were not
packaged with the JAR file.

[Closed Issues](https://github.com/walmartlabs/lacinia-pedestal/milestone/21?closed=1)


## 1.3 -- 17 Oct 2024

*BREAKING CHANGES*
Expand Down
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[net.lewisship.build :refer [requiring-invoke]]))

(def lib 'com.walmartlabs/lacinia-pedestal)
(def version "1.3")
(def version "1.3.1")

(def jar-params {:project-name lib
:version version})
Expand Down Expand Up @@ -61,7 +61,7 @@
(clean nil)
(prep nil)
(requiring-invoke net.lewisship.build.jar/create-jar jar-params))
.

(defn deploy
[_params]
(requiring-invoke net.lewisship.build.jar/deploy-jar (jar nil)))
Expand Down

0 comments on commit e13ee07

Please sign in to comment.