Skip to content

Commit

Permalink
chore(release): 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Apr 22, 2022
1 parent a37a5bf commit 83a080e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.23.0](https://github.com/hugemenace/nd/compare/v1.22.0...v1.23.0) (2022-04-22)


### Features

* allow array_cubed count to roll faux negative ([9138c66](https://github.com/hugemenace/nd/commit/9138c665ec00fb62a24b9664e1f5d2008fb0b47c))
* distinguish between built-in and custom screw head types in the operator overlay, and add additional .blend file cleanup on revert ([a37a5bf](https://github.com/hugemenace/nd/commit/a37a5bfc0986dcab7f1cb5b70c88dd26044703d8))

## [1.22.0](https://github.com/hugemenace/nd/compare/v1.21.0...v1.22.0) (2022-04-22)


Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "HugeMenace — ND",
"author": "HugeMenace",
"version": (1, 22, 0),
"version": (1, 23, 0),
"blender": (3, 0, 0),
"location": "N Panel, Shift + 2",
"description": "Non-destructive operations, tools, and generators.",
Expand Down

0 comments on commit 83a080e

Please sign in to comment.