Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @elastic/[email protected]
 - @elastic/[email protected]
  • Loading branch information
hmdhk committed Jun 20, 2019
1 parent 70c3fb4 commit b57be6f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.2 (2019-06-20)


## Bug Fixes

* **rum-core:** avoid creating multiple transactions in startTransaction ([#296](https://github.com/elastic/apm-agent-rum-js/issues/296)) ([70c3fb4](https://github.com/elastic/apm-agent-rum-js/commit/70c3fb4))



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

Expand Down
11 changes: 11 additions & 0 deletions packages/rum-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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-20)


### Bug Fixes

* **rum-core:** avoid creating multiple transactions in startTransaction ([#296](https://github.com/elastic/apm-agent-rum-js/issues/296)) ([70c3fb4](https://github.com/elastic/apm-agent-rum-js/commit/70c3fb4))





# [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-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum-core",
"version": "4.1.0",
"version": "4.1.1",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
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.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-06-20)

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





## [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
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.1",
"version": "4.1.2",
"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.1')
configService.setVersion('4.1.2')
configService.setConfig(config)
/**
* Deactive agent when the active config flag is set to false
Expand Down

0 comments on commit b57be6f

Please sign in to comment.