Skip to content

Commit c11751f

Browse files
chore(release): 3.2.6 [skip ci]
## [3.2.6](v3.2.5...v3.2.6) (2023-07-05) ### Bug Fixes * don't query for projects flagged as not billable ([6ebb791](6ebb791))
1 parent 79a654f commit c11751f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [3.2.6](https://github.com/adfinis/customer-center/compare/v3.2.5...v3.2.6) (2023-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* don't query for projects flagged as not billable ([6ebb791](https://github.com/adfinis/customer-center/commit/6ebb7911251226c740393caf7b61be9c6b6c3674))

frontend/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "customer-center",
33
"description": "Adfinis customer support portal with Timed integration.",
44
"repository": "https://github.com/adfinis/customer-center",
5-
"version": "3.2.5",
5+
"version": "3.2.6",
66
"license": "MIT",
77
"private": true,
88
"author": {
@@ -35,11 +35,6 @@
3535
"build": "ember build --environment=production",
3636
"prepare": "cd .. && husky install frontend/.husky"
3737
},
38-
"commitlint": {
39-
"extends": [
40-
"@commitlint/config-conventional"
41-
]
42-
},
4338
"lint-staged": {
4439
"*.js": "eslint --cache --fix",
4540
"*.hbs": "ember-template-lint --fix",

0 commit comments

Comments
 (0)