chore(release): v1.0.2

## [1.0.2](https://gitlab.com/mfgames-cil/gallium-cil/compare/v1.0.1...v1.0.2) (2021-09-07)

### Bug Fixes

* **nuget:** updating NuGet metadata ([64923f2](64923f2984))
This commit is contained in:
semantic-release-bot 2021-09-07 04:36:22 +00:00
parent 64923f2984
commit 9baac19fa3
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.0.2](https://gitlab.com/mfgames-cil/gallium-cil/compare/v1.0.1...v1.0.2) (2021-09-07)
### Bug Fixes
* **nuget:** updating NuGet metadata ([64923f2](https://gitlab.com/mfgames-cil/gallium-cil/commit/64923f29845e71bfdc74ff00acb27ebe8771e526))
## [1.0.1](https://gitlab.com/mfgames-cil/gallium-cil/compare/v1.0.0...v1.0.1) (2021-09-07)

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "gallium-cil",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.1",
"version": "1.0.2",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "gallium-cil",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"prepare": "husky install"