Skip to content

Commit

Permalink
chore(release): 3.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 5, 2023
1 parent 79a654f commit c11751f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [3.2.6](https://github.com/adfinis/customer-center/compare/v3.2.5...v3.2.6) (2023-07-05)


### Bug Fixes

* don't query for projects flagged as not billable ([6ebb791](https://github.com/adfinis/customer-center/commit/6ebb7911251226c740393caf7b61be9c6b6c3674))
7 changes: 1 addition & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "customer-center",
"description": "Adfinis customer support portal with Timed integration.",
"repository": "https://github.com/adfinis/customer-center",
"version": "3.2.5",
"version": "3.2.6",
"license": "MIT",
"private": true,
"author": {
Expand Down Expand Up @@ -35,11 +35,6 @@
"build": "ember build --environment=production",
"prepare": "cd .. && husky install frontend/.husky"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.hbs": "ember-template-lint --fix",
Expand Down

0 comments on commit c11751f

Please sign in to comment.