Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 82b26d2

Browse files
authored
Post Release: update CHANGELOG and example (#342)
1 parent cde6f60 commit 82b26d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6+
7+
8+
## 0.0.9 - 2019-02-12
69
- Add Metrics API.
710
- Add Resource API.
811
- Add Tags API.

examples/stats/web_client_monitoring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "npm run lint"
1515
},
1616
"dependencies": {
17-
"@opencensus/core": "0.0.8",
18-
"@opencensus/exporter-stackdriver": "0.0.8",
17+
"@opencensus/core": "0.0.9",
18+
"@opencensus/exporter-stackdriver": "0.0.9",
1919
"express": "^4.16.3"
2020
}
2121
}

0 commit comments

Comments
 (0)