Skip to content

Commit

Permalink
Merge pull request #171 from hatemhosny/releases/v0.1.2
Browse files Browse the repository at this point in the history
Prepare release v0.1.2
  • Loading branch information
hatemhosny authored Aug 30, 2024
2 parents 6fb7e41 + 64456fa commit d609cf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"postinstall": "cd website && npm install",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "recursive-delete build && recursive-delete tmp && recursive-delete website/build && recursive-delete website/static/data && recursive-delete website/docs/api",
"start-release": "node ./scripts/start-release.mjs"
"start-release": "node ./scripts/start-release.js"
},
"dependencies": {
"d3": "7.9.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release-notes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const path = require('path');
import fs from 'fs';
import path from 'path';

const changelog = fs.readFileSync(path.resolve('./CHANGELOG.md'), 'utf8');
const changelogSeparator = '\n---';
Expand Down
File renamed without changes.

0 comments on commit d609cf7

Please sign in to comment.