You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 3.0.0 [skip ci]
# [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'`
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.1...v2.3.0) (2020-02-18)
### Features
* **types:** object value now can be anything, cause we only need to cast it to boolean, it gives more versatile usage; ([7d1ced4](7d1ced4))