From 11b4d95e7105c47dbc5b414f086c3053278fb230 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:36:57 +0800 Subject: [PATCH] chore: release 7.13.0 (#256) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b948f22..1809a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.13.0](https://www.github.com/tabrindle/envinfo/compare/v7.12.0...v7.13.0) (2024-04-29) + + +### Features + +* add openssl support ([#255](https://www.github.com/tabrindle/envinfo/issues/255)) ([299bd3f](https://www.github.com/tabrindle/envinfo/commit/299bd3f6b365103651e2323351247d3fed583162)) + + +### Bug Fixes + +* be more tolerant when detecting Android Studio IDE on OSX ([#252](https://www.github.com/tabrindle/envinfo/issues/252)) ([eb9e5de](https://www.github.com/tabrindle/envinfo/commit/eb9e5de59310a78ccb24daa088e2695b32e48c28)) + ## [7.12.0](https://www.github.com/tabrindle/envinfo/compare/v7.11.1...v7.12.0) (2024-04-06) diff --git a/package.json b/package.json index bf58e2d..42d66a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "envinfo", - "version": "7.12.0", + "version": "7.13.0", "description": "Info about your dev environment for debugging purposes", "repository": "https://github.com/tabrindle/envinfo", "author": "tabrindle@gmail.com",