From f4a9027a3de8ce3628fb649b53944fb49b3c7c74 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Wed, 10 Apr 2024 11:59:29 +0300 Subject: [PATCH] update version and readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7e0c73..0e44ddf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Tsynamo simplifies the DynamoDB API so that you don't have to write commands with raw expressions and hassle with the attribute names and values. Moreover, Tsynamo makes sure you use correct types in your DynamoDB expressions, and the queries are nicer to write with autocompletion! > [!WARNING] -> Tsynamo is still an early stage project, please post issues if you notice something missing from the API! Currently the `update-item` command is still a work in progress, and support for batch commands is missing. +> Tsynamo is still an early stage project, please post issues if you notice something missing from the API! ## Table of contents diff --git a/package.json b/package.json index 13c689b..bf2b6de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tsynamo", "author": "woltsu", - "version": "0.0.7", + "version": "0.0.8", "description": "Typed query builder for DynamoDB", "main": "dist/index.js", "types": "dist/index.d.ts",