Skip to content

Commit

Permalink
v4.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jun 11, 2024
1 parent 64ece2b commit 3613ed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ module.exports = [
{
name: 'CJS',
path: 'dist/lightweight-charts.production.cjs',
limit: '48.20 KB',
limit: '48.24 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '48.13 KB',
limit: '48.16 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '49.85 KB',
limit: '49.87 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '49.89 KB',
limit: '49.91 KB',
},
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.2.0",
"version": "4.1.5",
"name": "lightweight-charts",
"author": "TradingView, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3613ed4

Please sign in to comment.