Skip to content

Commit 1fe9fab

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 737e297 commit 1fe9fab

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
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.5.83 (2023-09-13 / 2629e5d)
210

311
## Added

Diff for: pom.xml

+3-3
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.4.80</version>
6+
<version>1.5.83</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>bbdd200eff5266c4ffdbb6e6df58cb1fc0494a0f</tag>
28+
<tag>737e2977527b02d3221de6103474ffd547b7c9fe</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -79,7 +79,7 @@
7979
<configuration>
8080
<archive>
8181
<manifestEntries>
82-
<git-revision>bbdd200eff5266c4ffdbb6e6df58cb1fc0494a0f</git-revision>
82+
<git-revision>737e2977527b02d3221de6103474ffd547b7c9fe</git-revision>
8383
</manifestEntries>
8484
</archive>
8585
</configuration>

0 commit comments

Comments
 (0)