Skip to content

Commit

Permalink
🔖 version: 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Sep 20, 2023
1 parent 0f98f1c commit 19f5bbb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## v3.3.1

[compare changes](https://github.com/Jannchie/anichart.js/compare/v3.3.0...v3.3.1)

### 🩹 Fixes

- **bar:** X axis domain ([d5920c5](https://github.com/Jannchie/anichart.js/commit/d5920c5))

### ❤️ Contributors

- Jianqi Pan ([@Jannchie](http://github.com/Jannchie))

## ver 3.2.0 [2022-10-07]

- In the Stage component, use the async and await syntax.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anichart",
"version": "3.3.0",
"version": "3.3.1",
"description": "Data visualization animation library",
"author": "jannchie <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -101,4 +101,4 @@
"data",
"visualization"
]
}
}

1 comment on commit 19f5bbb

@vercel
Copy link

@vercel vercel bot commented on 19f5bbb Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anichart-doc – ./

anichart.vercel.app
anichart-doc-jannchie.vercel.app
anichart-doc-git-main-jannchie.vercel.app

Please sign in to comment.