From 8e716817c883f00b2c320e1d2de0f809b0ea1086 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage Date: Mon, 12 Aug 2024 16:12:26 +0530 Subject: [PATCH] chore: bump version to v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3beb3a..67db83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wavezync/nestjs-pgboss", - "version": "1.0.0-alpha", + "version": "1.0.0", "description": "A NestJS module that integrates pg-boss for job scheduling and handling.", "license": "MIT", "author": "samaratungajs@wavezync.com",