Skip to content

Commit

Permalink
Merge pull request #506 from vizzuhq/typefest-bump
Browse files Browse the repository at this point in the history
type-fest version updated
  • Loading branch information
veghdev committed Mar 12, 2024
2 parents 83927ca + ce55c2d commit 993e116
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.10.1] - 2024-03-12

### Added

- Updated `type-fest` dependency version to `4.12.0`

## [0.10.0] - 2024-03-11

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"build:wasm-wocpp-gsutil": "./tools/ci/run/pkg-build-wasm-wocpp-gsutil.sh"
},
"dependencies": {
"type-fest": "^4.6.0"
"type-fest": "^4.12.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/chart/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "version.h"

const App::Version Vizzu::Main::version(0, 10, 0);
const App::Version Vizzu::Main::version(0, 10, 1);

const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";

0 comments on commit 993e116

Please sign in to comment.