From 2deb6e8d9753e9d2b1e2a47c7a71d21e017735ec Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 21 Aug 2022 17:14:19 +0200 Subject: chore(release): 2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index bc68f95..c81641a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apcom", "description": "The frontend of ArmandPhilippot.com built with Next JS.", - "version": "1.1.0", + "version": "2.0.0", "license": "MIT", "author": { "name": "Armand Philippot", @@ -28,7 +28,7 @@ "deploy": "sh ./bin/deploy.sh", "i18n:compile": "formatjs compile-folder src/i18n lang/", "i18n:extract": "formatjs extract 'src/**/*.ts*' --out-file src/i18n/en.json", - "release": "standard-version -s", + "release": "standard-version -a -s", "test": "yarn run test:unit && yarn run test:e2e", "test:e2e": "cypress run", "test:e2e:ui": "cypress open", -- cgit v1.2.3