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-io-cil/package.json
semantic-release-bot ac1cbaf3bb chore(release): v1.0.5
## [1.0.5](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.0.4...v1.0.5) (2021-09-11)

### Bug Fixes

* **nuget:** fixing packaging and versioning ([29fd621](29fd621de0))
* **nuget:** fixing packaging and versioning ([24faa43](24faa43abe))
* **nuget:** fixing packaging and versioning ([4eca768](4eca7682a3))
2021-09-11 18:45:43 +00:00

22 lines
576 B
JSON

{
"name": "mfgames-io-cil",
"version": "1.0.5",
"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.1"
}
}