Skip to content

Commit d24c2e5

Browse files
committed
Update release version and hash in README #none
1 parent 1181d34 commit d24c2e5

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ version: '2'
1010
plugins:
1111
- name: ts
1212
wasm:
13-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
14-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
13+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
14+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
1515
sql:
1616
- schema: "schema.sql"
1717
queries: "query.sql"
@@ -69,8 +69,8 @@ cloud:
6969
plugins:
7070
- name: ts
7171
wasm:
72-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
73-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
72+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
73+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
7474
sql:
7575
- engine: "postgresql"
7676
queries: "query.sql"
@@ -256,8 +256,8 @@ version: '2'
256256
plugins:
257257
- name: ts
258258
wasm:
259-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
260-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
259+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
260+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
261261
sql:
262262
- schema: "schema.sql"
263263
queries: "query.sql"
@@ -277,8 +277,8 @@ version: '2'
277277
plugins:
278278
- name: ts
279279
wasm:
280-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
281-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
280+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
281+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
282282
sql:
283283
- schema: "schema.sql"
284284
queries: "query.sql"
@@ -299,8 +299,8 @@ version: '2'
299299
plugins:
300300
- name: ts
301301
wasm:
302-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
303-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
302+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
303+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
304304
sql:
305305
- schema: "schema.sql"
306306
queries: "query.sql"
@@ -320,8 +320,8 @@ version: '2'
320320
plugins:
321321
- name: ts
322322
wasm:
323-
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.1.0/plugin.wasm
324-
sha256: 2dd366b34ac791d9f069ebbeb0f9bcfb79728c5419b33b90e111f5f1b199789f
323+
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.2.0/plugin.wasm
324+
sha256: 91555a23190b41192774c530b883f34517a660b1fb865d9de41cfdee96c16477
325325
sql:
326326
- schema: "schema.sql"
327327
queries: "query.sql"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "experiment",
3-
"version": "0.1.0",
2+
"name": "@reloaddk/sqlc-gen-typescript",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)