This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-gallium-cil/package.json
semantic-release-bot d67cf4bdb3 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))
2021-09-07 04:30:10 +00:00

22 lines
573 B
JSON

{
"name": "gallium-cil",
"version": "1.0.1",
"private": true,
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.2.2",
"@semantic-release/npm": "^7.1.3",
"commitlint-gitlab-ci": "^0.0.4",
"husky": "^7.0.2",
"semantic-release": "^17.4.7",
"semantic-release-dotnet": "^1.0.0",
"semantic-release-nuget": "^1.1.0"
}
}