Compare commits
No commits in common. "v0.2.1" and "v0.2.0" have entirely different histories.
|
@ -1,10 +1,3 @@
|
|||
## [0.2.1](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.0...v0.2.1) (2023-06-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* updated wrong .releaserc.json ([6689cd1](https://git.lumeweb.com/LumeWeb/node-library-preset/commit/6689cd1fc69bbcfce5553b594cd4356d4a6abe29))
|
||||
|
||||
# [0.2.0](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.1...v0.2.0) (2023-06-26)
|
||||
|
||||
|
||||
|
|
|
@ -4,34 +4,12 @@
|
|||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"releaseRules": [
|
||||
{
|
||||
"breaking": true,
|
||||
"release": "major"
|
||||
},
|
||||
{
|
||||
"revert": true,
|
||||
"release": "patch"
|
||||
},
|
||||
{
|
||||
"type": "feat",
|
||||
"release": "minor"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"release": "patch"
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"release": "patch"
|
||||
},
|
||||
{
|
||||
"type": "dep",
|
||||
"release": "patch"
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"release": "patch"
|
||||
}
|
||||
{ "breaking": true, "release": "major" },
|
||||
{ "revert": true, "release": "patch" },
|
||||
{ "type": "feat", "release": "minor" },
|
||||
{ "type": "fix", "release": "patch" },
|
||||
{ "type": "perf", "release": "patch" },
|
||||
{ "type": "refactor", "release": "patch" }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue