Skip to content

Commit

Permalink
Merge pull request #69 from sgratzl/release/v4.2.3
Browse files Browse the repository at this point in the history
Release v4.2.3
  • Loading branch information
sgratzl authored Jul 8, 2023
2 parents f044777 + e2021f5 commit 8821ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chartjs-chart-error-bars",
"description": "Chart.js module for charting error bars",
"version": "4.2.2",
"version": "4.2.3",
"author": {
"name": "Samuel Gratzl",
"email": "samu@sgratzl.com",
Expand Down
3 changes: 0 additions & 3 deletions src/controllers/BarWithErrorBarsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ export class BarWithErrorBarsChart<DATA extends unknown[] = IErrorBarXDataPoint[
DATA,
LABEL
> {
/**
* @internal
*/
static id = BarWithErrorBarsController.id;

constructor(item: ChartItem, config: Omit<ChartConfiguration<'barWithErrorBars', DATA, LABEL>, 'type'>) {
Expand Down

0 comments on commit 8821ca9

Please sign in to comment.