Skip to content

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.3.0](https://www.github.com/googleapis/nodejs-cloud-rad/compare/v0.2.8...v0.3.0) (2021-11-15)
4+
5+
6+
### Features
7+
8+
* use html instead of markdown for example code snippets ([#18](https://www.github.com/googleapis/nodejs-cloud-rad/issues/18)) ([d606992](https://www.github.com/googleapis/nodejs-cloud-rad/commit/d60699255e99836377b94617dc05bf3f188dc605))
9+
10+
11+
### Bug Fixes
12+
13+
* add overview and fix package link ([#13](https://www.github.com/googleapis/nodejs-cloud-rad/issues/13)) ([933a90f](https://www.github.com/googleapis/nodejs-cloud-rad/commit/933a90f20b1fa8664cee20151032cc9b337320be))
14+
* support [@example](https://www.github.com/example) tags ([#15](https://www.github.com/googleapis/nodejs-cloud-rad/issues/15)) ([98ec467](https://www.github.com/googleapis/nodejs-cloud-rad/commit/98ec467901d55aa767f003b3baad6f996830b5b8))
15+
* use correct branch for documenter ([#16](https://www.github.com/googleapis/nodejs-cloud-rad/issues/16)) ([434fd0f](https://www.github.com/googleapis/nodejs-cloud-rad/commit/434fd0f8eb61b3b993a82ca0ab49d1cd2427e575))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/cloud-rad",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "index.js",
66
"repository": "googleapis/cloud-rad",

0 commit comments

Comments
 (0)