Skip to content

Commit

Permalink
Merge pull request #48 from tomek-r/release-3.0.1
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
asllop authored Aug 25, 2022
2 parents c26e01b + 69421a2 commit b847630
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG
All notable changes to this project will be documented in this file.

## [3.0.1] - 2022/08/25
### Add
- Added package json file
### Fix
- Updated Main.brs with note about HttpEvents

## [3.0.0] - 2022/07/22
### Add
- Metrics API.
Expand Down
2 changes: 1 addition & 1 deletion components/NewRelicAgent/NRAgent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<interface>
<!-- Properties -->
<field id="version" type="string" value="3.0.0"/>
<field id="version" type="string" value="3.0.1"/>
<field id="patternGen" type="node"/>
<!-- Public Methods (wrapped) -->
<function name="NewRelicInit"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "video-agent-roku",
"version": "3.0.0",
"version": "3.0.1",
"description": "[![Community Project header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Community_Project.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#community-project)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b847630

Please sign in to comment.