Skip to content

Commit 5fd3b0c

Browse files
chore(release): 0.0.2
1 parent 49a84e5 commit 5fd3b0c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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+
### [0.0.2](https://github.com/northwang-lucky/gitusr/compare/v0.0.1...v0.0.2) (2023-03-09)
6+
7+
### Bug Fixes
8+
9+
- **postinstall:** fix the unexpected script running of postinstall ([49a84e5](https://github.com/northwang-lucky/gitusr/commit/49a84e54bcab8abef72c28bfdaf604a270716859))
10+
511
### 0.0.1 (2023-03-09)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-user-cli",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A CLI that allows you to switch git users.",
55
"packageManager": "pnpm@7.1.0",
66
"engines": {

0 commit comments

Comments
 (0)