Skip to content

Commit

Permalink
release: v0.11.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhennoch authored May 30, 2022
1 parent 2fa7849 commit e89a590
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ If the version of Open Telemetry is unspecified for a version, then it is the sa

## Unreleased

## 0.11.0

| Open Telemetry API | Core | Contrib & Instrumentations |
| ------------------ | ----- | -------------------------- |
| 1.1.0 | 1.2.0 | 0.28.0 |

## 0.10.3

| Open Telemetry API | Core | Contrib & Instrumentations |
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web",
"version": "0.10.3",
"version": "0.11.0",
"description": "Splunk distribution of Open Telemetry for browser environment.",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down Expand Up @@ -124,6 +124,6 @@
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"ws": "^8.6.0",
"zone.js": "^0.11.4"
"zone.js": "0.11.4"
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.10.3';
export const VERSION = '0.11.0';

0 comments on commit e89a590

Please sign in to comment.