diff --git a/pom.xml b/pom.xml index 56cbc6b..3d5ac21 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,10 @@ </p> <h2>Updates</h2> +<h3>1.1.1:</h3> +<ul> +<li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/4">Fix</a>]: Provide a valid category for the update center</li> +</ul> <h3>1.1.0:</h3> <ul> <li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/2">Feature</a>]: Add reset zoom action</li> diff --git a/src/main/nbm/manifest.mf b/src/main/nbm/manifest.mf new file mode 100644 index 0000000..941f43a --- /dev/null +++ b/src/main/nbm/manifest.mf @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 +OpenIDE-Module-Display-Category: Editing \ No newline at end of file