Skip to content

Commit

Permalink
chore: release master (#673)
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>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
github-actions[bot] and bcoe committed Apr 20, 2022
1 parent 6f45283 commit c7693d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -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.4","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"}
{"packages/istanbul-lib-coverage":"3.2.0","packages/istanbul-lib-hook":"3.0.0","packages/istanbul-lib-instrument":"5.2.0","packages/istanbul-lib-report":"3.0.0","packages/istanbul-lib-source-maps":"4.0.1","packages/istanbul-reports":"3.1.4","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-lib-instrument/CHANGELOG.md
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.

## [5.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.1.0...istanbul-lib-instrument-v5.2.0) (2022-02-21)


### Features

* exclude Empty Object and Arrays in Truthy Detection ([#666](https://github.com/istanbuljs/istanbuljs/issues/666)) ([e279684](https://github.com/istanbuljs/istanbuljs/commit/e279684e735f4b7dbe2b632cde2515f6862099de))

## [5.1.0](https://www.github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.0.4...istanbul-lib-instrument-v5.1.0) (2021-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-instrument/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-lib-instrument",
"version": "5.1.0",
"version": "5.2.0",
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "src/index.js",
Expand Down

0 comments on commit c7693d4

Please sign in to comment.