We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6ecf commit f0bd94fCopy full SHA for f0bd94f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.9.3 (2023-01-06)
4
+
5
+### New Features
6
7
+* Automated the package release process via GitHub Actions (ie. `npm publish`).
8
9
## 1.9.2 (2022-12-02)
10
11
### Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "chappe",
"description": "Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.",
- "version": "1.9.2",
+ "version": "1.9.3",
"homepage": "https://github.com/crisp-oss/chappe",
"license": "MIT",
"bin": {
0 commit comments