From 18f71d1c7f7e0f895c00484783f6c60c0dd58f71 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 9 Dec 2021 22:40:58 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5982c365..4ac07e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.4](https://github.com/SocialGouv/ressourcerie/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-12-09) + + +### Bug Fixes + +* add NODE_OPTIONS ([2e81b13](https://github.com/SocialGouv/ressourcerie/commit/2e81b132580e815ebe27ee2db3096a8d8aa9e5f1)) + # [1.0.0-alpha.3](https://github.com/SocialGouv/ressourcerie/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-12-09) diff --git a/package.json b/package.json index cedb49a9..4898b51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ressourcerie", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "repository": "https://github.com/SocialGouv/ressourcerie", "license": "AGPL-3.0-or-later", "node": "=16.4",