Skip to content

Commit 8fe5671

Browse files
committed
chore: bump major version since there are breaking changes
1 parent 61f22d9 commit 8fe5671

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Appwrite Deno SDK
22

33
![License](https://img.shields.io/github/license/appwrite/sdk-for-deno.svg?style=flat-square)
4-
![Version](https://img.shields.io/badge/api%20version-1.5.6-blue.svg?style=flat-square)
4+
![Version](https://img.shields.io/badge/api%20version-1.5.7-blue.svg?style=flat-square)
55
[![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)

src/enums/name.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ export enum Name {
1111
V1Builds = 'v1-builds',
1212
V1Messaging = 'v1-messaging',
1313
V1Migrations = 'v1-migrations',
14-
Hamsterv1 = 'hamsterv1',
1514
}

src/enums/runtime.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export enum Runtime {
1919
Python311 = 'python-3.11',
2020
Python312 = 'python-3.12',
2121
PythonMl311 = 'python-ml-3.11',
22+
Deno121 = 'deno-1.21',
23+
Deno124 = 'deno-1.24',
24+
Deno135 = 'deno-1.35',
2225
Deno140 = 'deno-1.40',
2326
Dart215 = 'dart-2.15',
2427
Dart216 = 'dart-2.16',

0 commit comments

Comments
 (0)