From 28fb53336cbe75e9cfe1bb4b8faa2bedb49624f9 Mon Sep 17 00:00:00 2001 From: georgebrindeiro <2094877+georgebrindeiro@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:19:19 +0000 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3481a6..90e6146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.0] - 2024-09-25 ### Added - Fixed problems with dependencies vulnerabilities diff --git a/manifest.json b/manifest.json index f4119b7..398c8d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "giftcard-protocol-example", "vendor": "vtex", - "version": "0.0.1", + "version": "1.0.0", "title": "Gift Card Protocol Example", "description": "Reference app for Gift Card Protocol Services", "mustUpdateAt": "2018-01-04", diff --git a/node/package.json b/node/package.json index b4047f7..a3ee5ab 100644 --- a/node/package.json +++ b/node/package.json @@ -22,5 +22,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "0.1.1" + "version": "1.0.0" }