Skip to content

Commit 3173a19

Browse files
committed
# 1.2.164 (2022-11-25 / 9a89583)
## Added - Add support for logging multiple forms with `spy`. ## Fixed - Release under `com.lambdaisland` as well as `lambdaisland`, see lambdaisland/open-source#9 ## Changed - Version bumps
1 parent 9a89583 commit 3173a19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.2

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.2.164 (2022-11-25 / 9a89583)
22

33
## Added
44

@@ -203,4 +203,4 @@
203203

204204
# 0.0-13 (2019-06-10 / 0668ebe)
205205

206-
First release
206+
First release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ For more info see the accompanying blog post: [ClojureScript logging with goog.l
1616
deps.edn
1717

1818
``` clojure
19-
com.lambdaisland/glogi {:mvn/version "1.1.144"}
19+
com.lambdaisland/glogi {:mvn/version "1.2.164"}
2020
```
2121

2222
project.clj
2323

2424
``` clojure
25-
[com.lambdaisland/glogi "1.1.144"]
25+
[com.lambdaisland/glogi "1.2.164"]
2626
```
2727

2828
## Quickstart

0 commit comments

Comments
 (0)