Skip to content

Commit e5e5893

Browse files
author
mojaloopci
committed
chore(release): 12.0.0 [skip ci]
1 parent 3e73d5b commit e5e5893

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [12.0.0](https://github.com/mojaloop/central-event-processor/compare/v11.0.2...v12.0.0) (2022-07-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **mojaloop/#2092:** Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses `/opt/app` instead of `/opt/central-event-processor` which will impact config mounts.
11+
12+
### Features
13+
14+
* **mojaloop/#2092:** upgrade nodeJS version for core services ([#61](https://github.com/mojaloop/central-event-processor/issues/61)) ([#243](https://github.com/mojaloop/central-event-processor/issues/243)) ([3e73d5b](https://github.com/mojaloop/central-event-processor/commit/3e73d5baa2884aa7e03efa24bf9676bf2714d4c2)), closes [mojaloop/#2092](https://github.com/mojaloop/project/issues/2092)
15+
16+
17+
### Bug Fixes
18+
19+
* [Security] Bump glob-parent from 5.1.0 to 5.1.2 ([#224](https://github.com/mojaloop/central-event-processor/issues/224)) ([de3a097](https://github.com/mojaloop/central-event-processor/commit/de3a097722fd9990a892dc4982333c15b476b108))
20+
* [Security] Bump normalize-url from 4.5.0 to 4.5.1 ([#225](https://github.com/mojaloop/central-event-processor/issues/225)) ([4b0d33e](https://github.com/mojaloop/central-event-processor/commit/4b0d33eb2b1ea2581495ca7c7dbaa88e58494a2e))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "central-event-processor",
3-
"version": "12.0.0-snapshot",
3+
"version": "12.0.0",
44
"description": "CEP for Mojaloop Central-Ledger to monitor the notification kafka topic and act on it",
55
"homepage": "https://github.com/mojaloop/central-event-processor#readme",
66
"repository": {

0 commit comments

Comments
 (0)