Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TheSwanFactory/hclang
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Nov 2, 2023
2 parents 976afc1 + 888abba commit 9a4dbc9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.5.14 2023-11-02

- Document auto-publish

## v0.5.12 2023-11-02

- Support naked operators
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ This will open the BitScheme.html file, and also run the documentation through t

5. Run `npm test`.

## Debugging
0. $ npm run inspect
5. # In Chrome: chrome://inspect
## Publishing

From the feature branch:

1. Update CHANGELOG.md

1. Run `npm run done` to bump version and tag

1. Merge PR

Should automatically publish to [npmjs](https://www.npmjs.com/package/hclang).
2 changes: 1 addition & 1 deletion doc/BitScheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ <h2 id="_next_steps">Next Steps</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-11-02 08:18:40 -0700
Last updated 2023-11-02 08:24:09 -0700
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hclang",
"version": "0.5.13",
"version": "0.5.14",
"description": "Homoiconic C: Programming without a Language",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 9a4dbc9

Please sign in to comment.