Skip to content

Commit

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

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.20.1](https://github.com/hugemenace/nd/compare/v1.20.0...v1.20.1) (2022-04-17)


### Bug Fixes

* ensure all scene objects are deselected before executing core single_vertex operator functionality ([43b4e6d](https://github.com/hugemenace/nd/commit/43b4e6d4ced4fbbc2d116c399d0768c485e968fe))

## [1.20.0](https://github.com/hugemenace/nd/compare/v1.19.0...v1.20.0) (2022-04-17)


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, 20, 0),
"version": (1, 20, 1),
"blender": (3, 0, 0),
"location": "N Panel, Shift + 2",
"description": "Non-destructive operations, tools, and generators.",
Expand Down

0 comments on commit a83b908

Please sign in to comment.