Skip to content

Commit fe28f6c

Browse files
committed
chore: release v0.0.15
1 parent d195c34 commit fe28f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Use -bullseye variants on local arm64/Apple Silicon.
1111
"VARIANT": "1-bullseye",
1212
// Options
13-
"NODE_VERSION": "lts/*"
13+
"NODE_VERSION": "none"
1414
}
1515
},
1616
"runArgs": [

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.0.15-next
3+
## v0.0.15
44

55
- stdlib: removed `docs.moduleMemberDocsToMarkup`, `docs.dataFieldDocsToMarkup` and `docs.enumCaseDocsToMarkup` and marked them as internal
66
- stdlib: renamed `markup.MarkupNode` to `markup.Markup`

info/globals.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package info
22

3-
var Version = "0.0.15-next"
3+
var Version = "0.0.15"

0 commit comments

Comments
 (0)