From a716e3fec51924d42d6c096291f2e1f4ce9fe01e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:27:23 +0300 Subject: [PATCH] chore(main): release 1.1.3 (#7) :robot: I have created a release *beep* *boop* --- ## [1.1.3](https://github.com/Pilaton/pubun/compare/v1.1.2...v1.1.3) (2023-12-11) ### Bug Fixes * Minor changes to complete the move ([525bf4f](https://github.com/Pilaton/pubun/commit/525bf4f7a495834c3aab51415a354ba138cb3303)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbd18d..ad869c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/Pilaton/pubun/compare/v1.1.2...v1.1.3) (2023-12-11) + + +### Bug Fixes + +* Minor changes to complete the move ([525bf4f](https://github.com/Pilaton/pubun/commit/525bf4f7a495834c3aab51415a354ba138cb3303)) + ## [1.1.2](https://github.com/Pilaton/pubun/compare/v1.1.1...v1.1.2) (2023-12-11) diff --git a/package.json b/package.json index 95f59d7..31bb163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubun", - "version": "1.1.2", + "version": "1.1.3", "description": "Asynchronous library with built-in caching to identify available package managers", "exports": { "types": "./build/index.d.ts",