Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.7.1...v3.0.0) (2021-07-11)

### Features

* tweak distribution bundle and build process ([09ee7ce](09ee7ce))

### BREAKING CHANGES

* now distributed version contained in separate folders: `cjs`, `esm` and
`esnext`

To include esnext version of package you now have to do
`import { cnb } from 'cnbuilder/esnext'`
  • Loading branch information
semantic-release-bot committed Jul 11, 2021
1 parent 09ee7ce commit 18f1d71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.0.0](https://github.com/xobotyi/cnbuilder/compare/v2.7.1...v3.0.0) (2021-07-11)


### Features

* tweak distribution bundle and build process ([09ee7ce](https://github.com/xobotyi/cnbuilder/commit/09ee7ceffbb6125dac1670039606566cc817ed75))


### BREAKING CHANGES

* now distributed version contained in separate folders: `cjs`, `esm` and
`esnext`

To include esnext version of package you now have to do
`import { cnb } from 'cnbuilder/esnext'`

## [2.7.1](https://github.com/xobotyi/cnbuilder/compare/v2.7.0...v2.7.1) (2021-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cnbuilder",
"description": "Yet another classname string builder (the fastest one)",
"version": "2.7.1",
"version": "3.0.0",
"main": "cjs/index.js",
"module": "esm/index.esm.js",
"esnext": "esnext/index.esnext.js",
Expand Down

0 comments on commit 18f1d71

Please sign in to comment.