chore(release): v1.0.1
## [1.0.1](https://gitlab.com/mfgames-cil/gallium-cil/compare/v1.0.0...v1.0.1) (2021-09-07) ### Bug Fixes * **build:** forcing release to fix path for NuGet packages ([f1a9918
](f1a9918784
))
This commit is contained in:
parent
f1a9918784
commit
d67cf4bdb3
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
## [1.0.1](https://gitlab.com/mfgames-cil/gallium-cil/compare/v1.0.0...v1.0.1) (2021-09-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **build:** forcing release to fix path for NuGet packages ([f1a9918](https://gitlab.com/mfgames-cil/gallium-cil/commit/f1a9918784e28c552d21150f75324b24f7c64622))
|
||||||
|
|
||||||
# 1.0.0 (2021-09-07)
|
# 1.0.0 (2021-09-07)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "gallium-cil",
|
"name": "gallium-cil",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^13.1.0",
|
"@commitlint/cli": "^13.1.0",
|
||||||
"@commitlint/config-conventional": "^13.1.0",
|
"@commitlint/config-conventional": "^13.1.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gallium-cil",
|
"name": "gallium-cil",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
|
|
Reference in a new issue