From 38ed9cf811323ef9740a313354365fd5017c2b14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Oct 2020 20:20:46 +0000 Subject: [PATCH] chore(release): 1.30.0 [skip ci] # [1.30.0](https://github.com/AEGEE/core/compare/1.29.0...1.30.0) (2020-10-21) ### Features * **general:** allow listing and confirming users manually. Fixes MA-77 ([#152](https://github.com/AEGEE/core/issues/152)) ([8b5fd16](https://github.com/AEGEE/core/commit/8b5fd1639a8f0bed5d1792671dd1af425a6e7be5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9094d1e7..b4f9c1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.30.0](https://github.com/AEGEE/core/compare/1.29.0...1.30.0) (2020-10-21) + + +### Features + +* **general:** allow listing and confirming users manually. Fixes MA-77 ([#152](https://github.com/AEGEE/core/issues/152)) ([8b5fd16](https://github.com/AEGEE/core/commit/8b5fd1639a8f0bed5d1792671dd1af425a6e7be5)) + # [1.29.0](https://github.com/AEGEE/core/compare/1.28.0...1.29.0) (2020-10-16) diff --git a/package-lock.json b/package-lock.json index 8ac65022..49145990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "1.29.0", + "version": "1.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9fcc736..fd32ece1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "1.29.0", + "version": "1.30.0", "description": "The core module of my.aegee.eu", "keywords": [], "author": "Sergey Peshkov",