Skip to content

Commit

Permalink
Update gh key & release 0.12.3 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 authored Sep 12, 2022
1 parent fa774c9 commit 58f73ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ release_production:
only:
- /^v[0-9]+\..*/
script:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059
- sudo apt-add-repository https://cli.github.com/packages
- sudo apt update
- sudo apt install gh
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If the version of Open Telemetry is unspecified for a version, then it is the sa

## Unreleased

## 0.12.2
## 0.12.3 & 0.12.2

- Fix errors caused by disabled postload instrumentation ([#433](https://github.com/signalfx/splunk-otel-js-web/pull/433))

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web",
"version": "0.12.2",
"version": "0.12.3",
"description": "Splunk distribution of Open Telemetry for browser environment.",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down
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.12.2';
export const VERSION = '0.12.3';

0 comments on commit 58f73ab

Please sign in to comment.