Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.6...v1.2.0) (2021-10-20)

### Features

* add ability to exlude Development Dependencies for supported ecosystems (Gradle, Maven, NPM, Poetry) ([61a95f5](61a95f5))
  • Loading branch information
sonatype-community committed Oct 20, 2021
1 parent 61a95f5 commit 20f5f14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.1.6...v1.2.0) (2021-10-20)


### Features

* add ability to exlude Development Dependencies for supported ecosystems (Gradle, Maven, NPM, Poetry) ([61a95f5](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/61a95f5a9b1583356850690c61da476bee5605df))

## [1.1.6](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.1.5...v1.1.6) (2021-10-19)


Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-iq-plugin",
"displayName": "Sonatype Nexus IQ Extension for VSCode",
"description": "Sonatype Nexus IQ Extension for VSCode",
"version": "1.1.6",
"version": "1.2.0",
"author": {
"name": "community-group"
},
Expand Down Expand Up @@ -255,4 +255,4 @@
"resolutions": {
"@types/react": "^16.14.2"
}
}
}

0 comments on commit 20f5f14

Please sign in to comment.