From d2dfc2079c24e85a1c11fcaeaae3600b66508743 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Mar 2020 13:54:03 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] # [0.10.0](https://github.com/AEGEE/oms-discounts/compare/0.9.4...0.10.0) (2020-03-15) ### Features * **release:** added semantic-release. Fixes MEMB-833 ([afd3d43](https://github.com/AEGEE/oms-discounts/commit/afd3d4362b98dc9e25c119f005608119fc347493)) --- CHANGELOG.md | 10 +++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac43c6ad..99ea9fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.10.0](https://github.com/AEGEE/oms-discounts/compare/0.9.4...0.10.0) (2020-03-15) + + +### Features + +* **release:** added semantic-release. Fixes MEMB-833 ([afd3d43](https://github.com/AEGEE/oms-discounts/commit/afd3d4362b98dc9e25c119f005608119fc347493)) + ## [0.9.4](https://github.com/AEGEE/oms-discounts/compare/0.9.2...0.9.4) (2019-11-06) @@ -150,6 +157,3 @@ * **test:** testing codes claiming and displaying ([bb3b649](https://github.com/AEGEE/oms-discounts/commit/bb3b649)) * **test:** tests refactor ([3e665ef](https://github.com/AEGEE/oms-discounts/commit/3e665ef)) * **test:** travis integration ([5acac0a](https://github.com/AEGEE/oms-discounts/commit/5acac0a)) - - - diff --git a/package-lock.json b/package-lock.json index 1f895126..9410a7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "oms-discounts", - "version": "0.9.4", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de633fa4..37f730c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oms-discounts", - "version": "0.9.4", + "version": "0.10.0", "description": "Discounts module for OMS, for populating codes and for distributing them to AEGEE members.", "main": "lib/run.js", "scripts": {