Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.0.0 #106

Merged
merged 1 commit into from
Sep 27, 2022
Merged

release: 4.0.0 #106

merged 1 commit into from
Sep 27, 2022

Conversation

yoshinorin
Copy link
Member

Breaking Changes

Notable Changes

  • Migrate TypeScript

Note

If we release 4.0.0, we also have to start to drop support node 12 for other packages.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.546% when pulling ea54167 on yoshinorin:release/4.0.0 into e1f6246 on hexojs:master.

@yoshinorin
Copy link
Member Author

yoshinorin commented Sep 15, 2022

P.S:

I confirmed current master branch (typescriptify ) works well locally.

"dependencies": {
  "hexo-fs": "file://C:\\Users\\<username>\\development\\hexo\\hexo-fs",  // build locally and refs it
  ...
}
const { existsSync } = require('hexo-fs');

// works well
console.log(existsSync("./<fileName>"));
// true

@yoshinorin yoshinorin merged commit a9b8bd2 into hexojs:master Sep 27, 2022
@yoshinorin yoshinorin deleted the release/4.0.0 branch September 27, 2022 14:51
@yoshinorin
Copy link
Member Author

yoshinorin commented Sep 27, 2022

Done.
Just now I published 4.0.0.

https://www.npmjs.com/package/hexo-fs/v/4.0.0

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants