Skip to content

Commit

Permalink
Release v0.0.8 (#29)
Browse files Browse the repository at this point in the history
* Bumped @types/node to 18.7.22

* Bumped version to v0.0.8

* Added changes for v0.0.8
  • Loading branch information
mikecentola authored Sep 26, 2022
1 parent 7aca222 commit bfc7c9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All changes to the `gcode-reference` project will be documented here

## v0.0.8

### New Features

- Added HTML Generation per code or all codes. Both as partials or complete HTML (including head) [#24](https://github.com/appliedengdesign/gcode-reference/pull/24)

### Other

- Updated dependencies
- Updated README

## v0.0.7

### New Features
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appliedengdesign/gcode-reference",
"version": "0.0.7",
"version": "0.0.8",
"description": "Node module to provide descriptions and reference to CNC G-Codes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@appliedengdesign/cnccodes-json-schema": "^0.3.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.21",
"@types/node": "^18.7.22",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"ajv": "^8.11.0",
Expand Down

0 comments on commit bfc7c9c

Please sign in to comment.