diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0607391..895bf0e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.2" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 603367b..234c5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/mulhamna/pkgmap/compare/pkgmap-v1.12.2...pkgmap-v2.0.0) (2026-09-14) + + +### ⚠ BREAKING CHANGES + +* migrate runtime from Node.js to Bun ([#123](https://github.com/mulhamna/pkgmap/issues/123)) + +### Features + +* migrate runtime from Node.js to Bun ([#123](https://github.com/mulhamna/pkgmap/issues/123)) ([155d98f](https://github.com/mulhamna/pkgmap/commit/155d98f50085e580721b4fb4f70f25e972678833)) + ## [1.12.2](https://github.com/mulhamna/pkgmap/compare/pkgmap-v1.12.1...pkgmap-v1.12.2) (2026-07-27) diff --git a/package-lock.json b/package-lock.json index 85928e1..be7e587 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mulham28/pkgmap", - "version": "1.12.2", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mulham28/pkgmap", - "version": "1.12.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "chalk": "^6.0.0", diff --git a/package.json b/package.json index 18d020a..6446f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mulham28/pkgmap", - "version": "1.12.2", + "version": "2.0.0", "type": "module", "packageManager": "bun@1.3.14", "description": "One command to see everything installed on your machine",