Skip to content

Commit c3d41a9

Browse files
committed
release: @flex-development/[email protected] (#11)
* chore(release): set package version * release: @flex-development/[email protected]
1 parent dea85f5 commit c3d41a9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/exceptions/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [5.0.0-dev.0](https://github.com/flex-development/exceptions/compare/[email protected]@5.0.0-dev.0) (2021-10-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **hybrid:** esm-cjs hybrid migration
11+
12+
- drop `.js` extensions
13+
- drop `esm2015` and `esm5` build outputs
14+
- remove `browser`, `es2015`, and `umd` package entrypoints
15+
- update bundle filenames and locations
16+
17+
### :hammer: Build
18+
19+
* **hybrid:** esm-cjs hybrid migration ([556dc22](https://github.com/flex-development/exceptions/commit/556dc220bbb1aa3d129bfcae73460d11b4ef8ed1))
20+
21+
22+
### :pencil2: Housekeeping
23+
24+
* **release:** set package version ([101dffb](https://github.com/flex-development/exceptions/commit/101dffb949a701bd91e33f2783c12659a6a628e9))
25+
526
### [4.0.1](https://github.com/flex-development/exceptions/compare/[email protected]@4.0.1) (2021-09-28)
627

728

packages/exceptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/exceptions",
33
"description": "Custom error handling",
4-
"version": "4.0.1",
4+
"version": "5.0.0-dev.0",
55
"keywords": [
66
"error handling",
77
"exceptions",

0 commit comments

Comments
 (0)