Skip to content

Commit

Permalink
chore(snapshot): 12.0.0-snapshot.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Jul 25, 2022
1 parent d27db35 commit 2d6d381
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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.

## [12.0.0-snapshot.7](https://github.com/mojaloop/event-stream-processor/compare/v12.0.0-snapshot.6...v12.0.0-snapshot.7) (2022-07-25)


### ⚠ BREAKING CHANGES

* **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/event-stream-processor` which will impact config mounts.

### Features

* **mojaloop/#2092:** upgrade nodeJS version for core services ([#61](https://github.com/mojaloop/event-stream-processor/issues/61)) ([d27db35](https://github.com/mojaloop/event-stream-processor/commit/d27db3501b415ca54d89e8389808dd11b9ca3ab3)), closes [mojaloop/#2092](https://github.com/mojaloop/project/issues/2092)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/event-stream-processor",
"version": "12.0.0-snapshot.6",
"version": "12.0.0-snapshot.7",
"description": "event stream processor to monitor kafka event topic and create traces and store logs to efk stack with APM",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d6d381

Please sign in to comment.