Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Aug 16, 2019
1 parent 5621290 commit 3b48f40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,20 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/nexdrew/next-build-id/compare/v2.0.1...v3.0.0) (2019-08-16)


### ⚠ BREAKING CHANGES

* Drops support for Next<6 and Node<8 (now using `async`/`await`), changes return value from object to string (to be more compatible with `generateBuildId`), removes hacky file overwriting and thus the CLI (file overwriting is no longer necessary for modern versions of Next).

See README for further details.

### Features

* add sync function, return string, add describe option, remove cli ([#23](https://github.com/nexdrew/next-build-id/issues/23)) ([5621290](https://github.com/nexdrew/next-build-id/commit/5621290))

<a name="2.0.1"></a>
## [2.0.1](https://github.com/nexdrew/next-build-id/compare/v2.0.0...v2.0.1) (2018-05-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "next-build-id",
"version": "2.0.1",
"version": "3.0.0",
"description": "Use a consistent, git-based build id for your Next.js app",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 3b48f40

Please sign in to comment.