Skip to content

Commit

Permalink
chore: release ${branch} (#654)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 1, 2021
1 parent f234bb3 commit f4319b2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/istanbul-lib-coverage":"3.2.0","packages/istanbul-lib-hook":"3.0.0","packages/istanbul-lib-instrument":"5.1.0","packages/istanbul-lib-report":"3.0.0","packages/istanbul-lib-source-maps":"4.0.1","packages/istanbul-reports":"3.1.0","packages/nyc-config-babel":"3.0.0","packages/nyc-config-hook-run-in-this-context":"1.0.0","packages/nyc-config-typescript":"1.0.1"}
{"packages/istanbul-lib-coverage":"3.2.0","packages/istanbul-lib-hook":"3.0.0","packages/istanbul-lib-instrument":"5.1.0","packages/istanbul-lib-report":"3.0.0","packages/istanbul-lib-source-maps":"4.0.1","packages/istanbul-reports":"3.1.1","packages/nyc-config-babel":"3.0.0","packages/nyc-config-hook-run-in-this-context":"1.0.0","packages/nyc-config-typescript":"1.0.2"}
7 changes: 7 additions & 0 deletions packages/istanbul-reports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.1.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.0...istanbul-reports-v3.1.1) (2021-12-01)


### Bug Fixes

* rel="noopener" to the link in the generated html reports ([f234bb3](https://github.com/istanbuljs/istanbuljs/commit/f234bb321421e7312a83595934a1abf81c7af70c))

## [3.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.0.5...istanbul-reports-v3.1.0) (2021-11-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-reports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istanbul-reports",
"version": "3.1.0",
"version": "3.1.1",
"description": "istanbul reports",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nyc-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.0.2](https://github.com/istanbuljs/istanbuljs/compare/nyc-config-typescript-v1.0.1...nyc-config-typescript-v1.0.2) (2021-12-01)


### Bug Fixes

* remove unnecessary peer dependencies ([8a18fa1](https://github.com/istanbuljs/istanbuljs/commit/8a18fa1049071267dd4cd7bd2478728c99ae9a08))

## [1.0.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-typescript@1.0.0...@istanbuljs/nyc-config-typescript@1.0.1) (2019-12-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/nyc-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@istanbuljs/nyc-config-typescript",
"version": "1.0.1",
"version": "1.0.2",
"description": "nyc configuration that works with typescript",
"main": "index.js",
"files": [
Expand Down

0 comments on commit f4319b2

Please sign in to comment.