Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @elastic/[email protected]
  • Loading branch information
hmdhk committed Jun 12, 2019
1 parent 1c6c796 commit 37cd741
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0
# 4.1.1 (2019-06-12)
## Bug Fixes

* **rum:** Fix the agent version in the bundles


# 4.1.0 (2019-06-12)
## Bug Fixes

* **rum-core:** capture all spans as part of page-load transaction ([#273](https://github.com/elastic/apm-agent-rum-js/issues/273)) ([0122bf7](https://github.com/elastic/apm-agent-rum-js/commit/0122bf7))
Expand Down
8 changes: 8 additions & 0 deletions packages/rum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-06-12)

**Note:** Version bump only for package @elastic/apm-rum





# [4.1.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum",
"version": "4.1.0",
"version": "4.1.1",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rum/src/apm-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('4.1.0')
configService.setVersion('4.1.1')
configService.setConfig(config)
/**
* Deactive agent when the active config flag is set to false
Expand Down

0 comments on commit 37cd741

Please sign in to comment.