From d8e676c6013e9eab62522244cd960c7cafa8ee6b Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Wed, 11 Oct 2023 10:23:51 +1300 Subject: [PATCH] [release] 20231011 (#2085) --- packages/cli/CHANGELOG.md | 19 +++++++++++-------- packages/cli/package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 509d943757..92c5391b97 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.0.2] - 2023-10-11 ### Fixed - Codegen expecting a ts manifest but not a yaml manifest (#2084) @@ -422,13 +424,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.0] - 2021-04-19 ### Added -- `@index` annotation is now supported in `graphql.schema` (#255): - - Can be added on any field of any entity except primary or foreign keys - - `@subql/node` will recognise it and create table with additional indexes to speed querying - - Allow query by indexed field via `global.store` (#271) -- `@jsonField` annotation is now supported in `graphql.schema` which allows you to store structured data JSON data in a single database field - - We'll automatically generate coresponding JSON interfaces when querying this data (#275) - - Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type) +- annotation is now supported in + - Can be added on any field of any entity except primary or foreign keys + - `@subql/node` will recognise it and create table with additional indexes to speed querying + - Allow query by indexed field via `global.store` (#271) +- annotation is now supported in + - We'll automatically generate coresponding JSON interfaces when querying this data (#275) + - Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type) ## [0.8.0] - 2021-03-11 ### Added @@ -467,7 +469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - support subcommand codegen - support subcommand init -[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.2...HEAD +[4.0.2]: https://github.com/subquery/subql/compare/cli/4.0.1...cli/4.0.2 [4.0.1]: https://github.com/subquery/subql/compare/cli/4.0.0...cli/4.0.1 [4.0.0]: https://github.com/subquery/subql/compare/cli/3.6.1...cli/4.0.0 [3.6.1]: https://github.com/subquery/subql/compare/cli/3.6.0...cli/3.6.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index 62c9296823..de5bb66203 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.0.2-0", + "version": "4.0.2", "author": "Ian He", "bin": { "subql": "./bin/run"