Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiruuuuu committed Feb 14, 2022
1 parent f1d2aa1 commit 859b8d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2022-02-14

### Added

- EventBroadcaster handler and middlewares
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spreadsheet-event-broadcaster",
"vendor": "vtex",
"version": "0.1.0",
"version": "0.2.0",
"title": "Spreadsheet Event Broadcaster",
"description": "This service reads a spreadsheet from a file (.csv, .xls, .xlsx) and broadcasts an event for each row in the sheet.",
"mustUpdateAt": "2018-01-04",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"scripts": {
"lint": "tsc --noEmit --pretty"
},
"version": "0.1.0"
"version": "0.2.0"
}

0 comments on commit 859b8d4

Please sign in to comment.