Skip to content

Commit a4aa4d3

Browse files
chore: bump version to 0.1.6 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e6d61c commit a4aa4d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@anitrend/request-client",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"exports": "./packages/client/src/mod.ts",
66
"lint": {
77
"include": [

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anitrend/request-client",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"exports": "./packages/client/src/mod.ts",
55
"description": "A tiny, dependency-free, axios-style fetch wrapper for Deno with TypeScript support",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)