Skip to content

Commit

Permalink
chore(release): 2.6.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.4](v2.6.3...v2.6.4) (2024-02-14)
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent 52476df commit ed419be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bento-charts",
"version": "2.6.3",
"version": "2.6.4",
"description": "Charts library for Bento-platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,9 +22,18 @@
{
"preset": "angular",
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "refact", "release": "minor" },
{ "type": "refactor", "release": "minor" }
{
"type": "chore",
"release": "patch"
},
{
"type": "refact",
"release": "minor"
},
{
"type": "refactor",
"release": "minor"
}
]
}
],
Expand Down

0 comments on commit ed419be

Please sign in to comment.