Skip to content

Commit

Permalink
chore(release): v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Necrelox committed Dec 18, 2024
1 parent c1da9a8 commit 2e16f03
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.10.1

[compare changes](https://github.com/Basalt-Lab/basalt-helper/compare/v1.10.1-canary-20241218-d0dd4fa...v1.10.1)

## v1.10.1-canary-20241218-d0dd4fa

[compare changes](https://github.com/Basalt-Lab/basalt-helper/compare/v1.10.0...v1.10.1-canary-20241218-d0dd4fa)
Expand Down
56 changes: 53 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basalt-lab/basalt-helper",
"version": "1.10.1-canary-20241218-d0dd4fa",
"version": "1.10.1",
"description": "Helper of Basalt Framework",
"type": "module",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -82,14 +82,64 @@
"@stylistic/eslint-plugin": "^2.12.1",
"eslint": "^9.17.0",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^15.13.0",
"typescript-eslint": "^8.18.1",
"tsc-alias": "^1.8.10",
"tslib": "^2.8.1",
"typedoc": "^0.27.5",
"typescript": "^5.7.2"
},
"dependencies": {
"argon2": "^0.41.1"
},
"changelog": {
"types": {
"feat": {
"title": "πŸš€ Enhancements",
"semver": "minor"
},
"perf": {
"title": "⚑ Performance",
"semver": "patch"
},
"fix": {
"title": "πŸ”§ Fixes",
"semver": "patch"
},
"refactor": {
"title": "🧹 Refactors",
"semver": "patch"
},
"docs": {
"title": "πŸ“– Documentation",
"semver": "patch"
},
"build": {
"title": "πŸ“¦ Build",
"semver": "patch"
},
"types": {
"title": "🌊 Types",
"semver": "patch"
},
"chore": {
"title": "πŸ¦‰ Chore"
},
"examples": {
"title": "πŸ€ Examples"
},
"test": {
"title": "πŸ§ͺ Tests"
},
"style": {
"title": "🎨 Styles"
},
"ci": {
"title": "πŸ€– CI"
}
},
"templates": {
"commitMessage": "chore(πŸ¦‰): v{{newVersion}}",
"tagMessage": "v{{newVersion}}",
"tagBody": "v{{newVersion}}"
}
}
}

0 comments on commit 2e16f03

Please sign in to comment.