Skip to content

Commit

Permalink
chore: release v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Feb 21, 2022
1 parent d195c34 commit fe28f6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Use -bullseye variants on local arm64/Apple Silicon.
"VARIANT": "1-bullseye",
// Options
"NODE_VERSION": "lts/*"
"NODE_VERSION": "none"
}
},
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.0.15-next
## v0.0.15

- stdlib: removed `docs.moduleMemberDocsToMarkup`, `docs.dataFieldDocsToMarkup` and `docs.enumCaseDocsToMarkup` and marked them as internal
- stdlib: renamed `markup.MarkupNode` to `markup.Markup`
Expand Down
2 changes: 1 addition & 1 deletion info/globals.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package info

var Version = "0.0.15-next"
var Version = "0.0.15"

0 comments on commit fe28f6c

Please sign in to comment.