Skip to content

Commit

Permalink
release: @flex-development/[email protected] (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Nov 5, 2021
1 parent bee90a0 commit 4831c3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ jobs:
name: Set environment variables
run: node ./tools/cli/loadenv.cjs -gc=production
- id: build
name: Build project
working-directory: ${{ needs.deployment-info.outputs.directory }}
name: Build project and supporting workspaces
run: yarn build --tarball
- id: unset-node-options
name: Unset NODE_OPTIONS
Expand Down
13 changes: 13 additions & 0 deletions packages/exceptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [7.0.1](https://github.com/flex-development/exceptions/compare/[email protected]@7.0.1) (2021-11-05)


### :bug: Fixes

* **exceptions:** `AggregateError` polyfill ([a147836](https://github.com/flex-development/exceptions/commit/a1478365a0664935fa72633e817e3f9d8d292167))


### :pencil2: Housekeeping

* **tests:** add coverage workflow ([bee90a0](https://github.com/flex-development/exceptions/commit/bee90a0b26b9fe9761e3d32bdc0b4b1b187805ba))
* **tests:** mocha-chai migration ([df3fffe](https://github.com/flex-development/exceptions/commit/df3fffe44763fef57a02b7f91ac8e6bb4ed48c87))

## [7.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@7.0.0) (2021-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/exceptions",
"description": "Custom error handling",
"version": "7.0.0",
"version": "7.0.1",
"keywords": [
"error handling",
"exceptions",
Expand Down

0 comments on commit 4831c3e

Please sign in to comment.