All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2019-08-16)
- Drops support for Next<6 and Node<8 (now using
async
/await
), changes return value from object to string (to be more compatible withgenerateBuildId
), removes hacky file overwriting and thus the CLI (file overwriting is no longer necessary for modern versions of Next).
See README for further details.
2.0.1 (2018-05-25)
2.0.0 (2018-05-25)
- The next-build-id CLI has not changed, but module usage will no longer manually overwrite a BUILD_ID file unless a
write: true
option is given, so that the module can be used within generateBuildId from next.config.js to just lookup the current git commit hash.
1.2.0 (2018-05-24)
1.1.0 (2018-04-08)
- initial code (3872c83)