Skip to content

Commit

Permalink
fix: bump package.json version to v1.24.1 to prepare it for 1.24.2
Browse files Browse the repository at this point in the history
1.24.1 is a bad release, fixing package.json in preparation for 1.24.2
  • Loading branch information
mauriciopoppe committed Feb 8, 2024
1 parent 134aea7 commit ca6634d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const config = {
preset: 'jest-puppeteer',
testMatch: ['**/__tests__/**/*.[jt]s?(x)', '<rootDir>/{src,test}/**/?(*.)+(spec|test).[jt]s?(x)'],
transformIgnorePatterns: ['<rootDir>/node_modules/(?!d3-\\.*|internmap)']
}

Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "function-plot",
"version": "1.24.0",
"version": "1.24.1",
"description": "A simple 2d function plotter powered by d3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit ca6634d

Please sign in to comment.