Skip to content

Commit 4ddab41

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent bbdd200 commit 4ddab41

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.4.80 (2023-08-30 / d352b27)
210

311
## Added

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>fetch</artifactId>
6-
<version>1.3.74</version>
6+
<version>1.4.80</version>
77
<name>fetch</name>
88
<description>ClojureScript wrapper around the JavaScript fetch API.</description>
99
<url>https://github.com/lambdaisland/fetch</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/fetch</url>
2626
<connection>scm:git:git://github.com/lambdaisland/fetch.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/fetch.git</developerConnection>
28-
<tag>c1691e1f7886c24890b050ed9f58877a5c0f1bee</tag>
28+
<tag>bbdd200eff5266c4ffdbb6e6df58cb1fc0494a0f</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>lambdaisland</groupId>
3838
<artifactId>uri</artifactId>
39-
<version>1.14.120</version>
39+
<version>1.15.125</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.cognitect</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>applied-science</groupId>
4848
<artifactId>js-interop</artifactId>
49-
<version>0.3.3</version>
49+
<version>0.4.2</version>
5050
</dependency>
5151
</dependencies>
5252
<build>
@@ -79,7 +79,7 @@
7979
<configuration>
8080
<archive>
8181
<manifestEntries>
82-
<git-revision>c1691e1f7886c24890b050ed9f58877a5c0f1bee</git-revision>
82+
<git-revision>bbdd200eff5266c4ffdbb6e6df58cb1fc0494a0f</git-revision>
8383
</manifestEntries>
8484
</archive>
8585
</configuration>

0 commit comments

Comments
 (0)