From 725efa032dc07cc6d219810ce53932dfb285e322 Mon Sep 17 00:00:00 2001 From: Win Date: Thu, 22 Aug 2024 15:23:16 +0700 Subject: [PATCH] [SCTM] v1.0.0 --- README.md | 2 +- processor/package-lock.json | 4 ++-- processor/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a17505..b10c2d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![GitHub Actions](https://github.com/mollie/commercetools-connector/actions/workflows/build.yml/badge.svg)](https://github.com/mollie/commercetools-connector/actions/workflows/build.yml/badge.svg) [![GitHub Actions](https://github.com/mollie/commercetools-connector/actions/workflows/audit.yml/badge.svg)](https://github.com/mollie/commercetools-connector/actions/workflows/audit.yml/badge.svg) diff --git a/processor/package-lock.json b/processor/package-lock.json index a7acad8..fd7e99a 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -1,12 +1,12 @@ { "name": "shopmacher-mollie-processor", - "version": "0.0.33", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shopmacher-mollie-processor", - "version": "0.0.33", + "version": "1.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/processor/package.json b/processor/package.json index c9f1c8d..7a8e33f 100644 --- a/processor/package.json +++ b/processor/package.json @@ -1,7 +1,7 @@ { "name": "shopmacher-mollie-processor", "description": "Integration between commercetools and mollie payment service provider", - "version": "0.0.33", + "version": "1.0.0", "main": "index.js", "private": true, "scripts": {