Skip to content

Commit c9724ae

Browse files
John Herrlinsuperstructor
John Herrlin
authored andcommitted
Upgrade cljs-ajax to 0.8.4
1 parent 111a956 commit c9724ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Unreleased
22

33
- Fix link in docs, from (https://github.com/day8/re-frame/tree/develop/docs) to (https://github.com/day8/re-frame/blob/master/docs/Effects.md)
4+
- **Upgrade cljs-ajax to 0.8.4**. Upstream project's CHANGELOG is missing this version, appears to be [these changes](https://github.com/JulianBirch/cljs-ajax/compare/af16a67982320af360c90a0dd48228d4eaf1f3ab...91540cf7e3922826bec210cd8f8d4e89f110789e) since 0.8.1.
5+
46

57
## v0.2.3 (2021-03-03)
68

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
org.clojure/google-closure-library-third-party]]
1111
[thheller/shadow-cljs "2.11.18" :scope "provided"]
1212
[re-frame "1.2.0" :scope "provided"]
13-
[cljs-ajax "0.8.1"]]
13+
[cljs-ajax "0.8.4"]]
1414

1515
:plugins [[day8/lein-git-inject "0.0.14"]
1616
[lein-shadow "0.3.1"]

0 commit comments

Comments
 (0)