Skip to content

Commit 4831c3e

Browse files
committed
release: @flex-development/[email protected] (#19)
1 parent bee90a0 commit 4831c3e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
name: Set environment variables
115115
run: node ./tools/cli/loadenv.cjs -gc=production
116116
- id: build
117-
name: Build project
118-
working-directory: ${{ needs.deployment-info.outputs.directory }}
117+
name: Build project and supporting workspaces
119118
run: yarn build --tarball
120119
- id: unset-node-options
121120
name: Unset NODE_OPTIONS

packages/exceptions/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
### [7.0.1](https://github.com/flex-development/exceptions/compare/[email protected]@7.0.1) (2021-11-05)
6+
7+
8+
### :bug: Fixes
9+
10+
* **exceptions:** `AggregateError` polyfill ([a147836](https://github.com/flex-development/exceptions/commit/a1478365a0664935fa72633e817e3f9d8d292167))
11+
12+
13+
### :pencil2: Housekeeping
14+
15+
* **tests:** add coverage workflow ([bee90a0](https://github.com/flex-development/exceptions/commit/bee90a0b26b9fe9761e3d32bdc0b4b1b187805ba))
16+
* **tests:** mocha-chai migration ([df3fffe](https://github.com/flex-development/exceptions/commit/df3fffe44763fef57a02b7f91ac8e6bb4ed48c87))
17+
518
## [7.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@7.0.0) (2021-11-03)
619

720

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": "7.0.0",
4+
"version": "7.0.1",
55
"keywords": [
66
"error handling",
77
"exceptions",

0 commit comments

Comments
 (0)