Skip to content

Commit

Permalink
Prep for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Feb 8, 2024
1 parent 14939c1 commit 99d71e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.2 - 8 Feb 2024

A few minor bug fixes.

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

## 1.2.1 - 5 Apr 2023

Fixed a bug that could prevent subscriptions for operating correctly.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.1
1.2.2

5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@

;; clj -T:build <command>
:build {:deps {io.github.hlship/build-tools
{:git/tag "0.7.1" :git/sha "5a0214"}}
{:git/tag "0.10.1" :git/sha "7ecff5"}}
:ns-default build}}

:net.lewisship.build/scm
{:license :asl}

:codox/config
{:description "Clojure-native implementation of GraphQL"
:source-uri "https://github.com/walmartlabs/lacinia/blob/master/{filepath}#L{line}"}}

0 comments on commit 99d71e1

Please sign in to comment.