Skip to content

Commit

Permalink
chore(release): mark 0.4.1 - noissue (#178)
Browse files Browse the repository at this point in the history
Sync to master.
  • Loading branch information
kalinchernev authored and yhuard committed Dec 11, 2018
1 parent 6ade415 commit b67fb86
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.4.1 (2018-11-28)

#### :rocket: New Feature

- [#168](https://github.com/ec-europa/eubfr-data-lake/pull/168) feat(etl): add data from DEVCO - EUBFR-217 ([@kalinchernev](https://github.com/kalinchernev))
- [#174](https://github.com/ec-europa/eubfr-data-lake/pull/174) feat(secrets-manager): improve workflows using AWS Secrets Manager service - EUBFR-224 ([@kalinchernev](https://github.com/kalinchernev))

#### :bug: Bug Fix

- [#172](https://github.com/ec-europa/eubfr-data-lake/pull/172) fix(etl): correct type field in BUDG ETL - EUBFR-220 ([@MrGRA](https://github.com/MrGRA))
- [#170](https://github.com/ec-europa/eubfr-data-lake/pull/170) fix(etl): correct type field in BUDG ETL - EUBFR-220 ([@MrGRA](https://github.com/MrGRA))

#### :nail_care: Enhancement

- [#175](https://github.com/ec-europa/eubfr-data-lake/pull/175) refactor(etls): change budg to eac and update mapping - EUBFR-222 ([@kalinchernev](https://github.com/kalinchernev))

#### Committers: 2

- Guilherme Almeida ([@MrGRA](https://github.com/MrGRA))
- Kalin Chernev ([@kalinchernev](https://github.com/kalinchernev))

## 0.3.1 (2018-11-08)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion demo/dashboard/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@eubfr/demo-dashboard-server",
"description": "",
"version": "0.1.0",
"version": "0.4.1",
"scripts": {
"deploy": "sls deploy -v",
"start": "sls offline start"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.3.1",
"version": "0.4.1",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion services/ingestion/etl/devco/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-devco-csv",
"version": "0.3.0",
"version": "0.4.1",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand Down
2 changes: 1 addition & 1 deletion services/ingestion/etl/eac/xls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-eac-xls",
"version": "0.3.0",
"version": "0.4.1",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand Down
2 changes: 1 addition & 1 deletion tools/eubfr-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/cli",
"version": "0.3.0",
"version": "0.4.1",
"bin": {
"eubfr-cli": "./bin/cli.js"
},
Expand Down

0 comments on commit b67fb86

Please sign in to comment.