Skip to content

Commit ae2469a

Browse files
committed
chore(release): 1.1.0
1 parent fa2b5ac commit ae2469a

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
## 1.1.0 (2026-01-20)
6+
7+
8+
### Features
9+
10+
* add CLI flags, tests, docs, and dev tooling (v1.0.1) ([895794a](https://github.com/leog/package-manager-cli/commit/895794a6589146167088e08d91a050e5ed999116))
711

812
## [1.0.1] - 2024-01-19
913

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "package-manager-alias-cli",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "One command to use any* package manager - a universal CLI that auto-detects and uses npm, yarn, pnpm, or bun",
55
"main": "pm.js",
66
"bin": {

0 commit comments

Comments
 (0)