Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jan 30, 2024
1 parent 7dab102 commit bf04eae
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 24 deletions.
51 changes: 36 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,56 @@

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.

### [1.1.2](https://github.com/BIYUEHU/commitizen-demo/compare/v1.1.1...v1.1.2) (2023-08-19)
### [1.1.1](https://github.com/biyuehu/standard-dev-demo/compare/v1.1.2...v1.1.1) (2024-01-30)

## 1.1.0 (2024-01-30)

### 🚀 Chore
* chore: update ([7dab102](https://github.com/biyuehu/standard-dev-demo/commit/7dab102))
* Update LICENSE ([df85ff6](https://github.com/biyuehu/standard-dev-demo/commit/df85ff6))

* added license ([968ecf3](https://github.com/BIYUEHU/commitizen-demo/commit/968ecf37d8335e0bffc41d3aefd07c0dd0b36e69))

### [1.1.1](https://github.com/BIYUEHU/commitizen-demo/compare/v1.1.0...v1.1.1) (2023-08-19)

## <small>1.1.2 (2023-08-19)</small>

### 🚀 Chore
* chore: added license ([968ecf3](https://github.com/biyuehu/standard-dev-demo/commit/968ecf3))
* chore(release): 1.1.2 ([2a5cf08](https://github.com/biyuehu/standard-dev-demo/commit/2a5cf08))

* a few change ([bc777b2](https://github.com/BIYUEHU/commitizen-demo/commit/bc777b2ec60fca3d5953c984cf3d67ef86b8341d))
* added package ([99cb20f](https://github.com/BIYUEHU/commitizen-demo/commit/99cb20f56c176c02d5c47d892b4f3c9a8aee6ba3))

## [1.1.0](https://github.com/BIYUEHU/commitizen-demo/compare/v1.0.4...v1.1.0) (2023-08-19)

## <small>1.1.1 (2023-08-19)</small>

### ✨ Features
* chore: a few change ([bc777b2](https://github.com/biyuehu/standard-dev-demo/commit/bc777b2))
* chore: added package ([99cb20f](https://github.com/biyuehu/standard-dev-demo/commit/99cb20f))
* chore(release): 1.1.1 ([ad5f729](https://github.com/biyuehu/standard-dev-demo/commit/ad5f729))

* publish to npm ([65fee91](https://github.com/BIYUEHU/commitizen-demo/commit/65fee91943d3a63b8425ee1900a788970e4b336b))

### [1.0.4](https://github.com/BIYUEHU/commitizen-demo/compare/v1.0.2...v1.0.4) (2023-08-19)

## 1.1.0 (2023-08-19)

### 🚀 Chore
* chore(release): 1.1.0 ([a48a308](https://github.com/biyuehu/standard-dev-demo/commit/a48a308))
* feat: publish to npm ([65fee91](https://github.com/biyuehu/standard-dev-demo/commit/65fee91))

* update versionrc ([249d4b7](https://github.com/BIYUEHU/commitizen-demo/commit/249d4b773b6b5d48ad96fb0dd7124df5b2cc90a2))

### [1.0.2](https://github.com/BIYUEHU/commitizen-demo/compare/v1.0.1...v1.0.2) (2023-08-19)

### 1.0.1 (2023-08-19)
## <small>1.0.4 (2023-08-19)</small>

* chore: update versionrc ([249d4b7](https://github.com/biyuehu/standard-dev-demo/commit/249d4b7))
* chore(release): 1.0.4 ([ff843fb](https://github.com/biyuehu/standard-dev-demo/commit/ff843fb))



## <small>1.0.2 (2023-08-19)</small>

* chore: update package ago ([ad27d8b](https://github.com/biyuehu/standard-dev-demo/commit/ad27d8b))
* chore(release): 1.0.2 ([97336b7](https://github.com/biyuehu/standard-dev-demo/commit/97336b7))



## <small>1.0.1 (2023-08-19)</small>

* chore: a few change ([ab7e202](https://github.com/biyuehu/standard-dev-demo/commit/ab7e202))
* chore: a few change ([b7ed1f8](https://github.com/biyuehu/standard-dev-demo/commit/b7ed1f8))
* chore: update package ([5b2f097](https://github.com/biyuehu/standard-dev-demo/commit/5b2f097))
* chore(release): 1.0.1 ([3d571e8](https://github.com/biyuehu/standard-dev-demo/commit/3d571e8))
* docs: update README.md ([88e5539](https://github.com/biyuehu/standard-dev-demo/commit/88e5539))
* build: the first build ([c2012d2](https://github.com/biyuehu/standard-dev-demo/commit/c2012d2))
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "standard-dev-demo",
"version": "1.2.0",
"version": "1.1.1",
"description": "Stack: pnpm, eslint, prettier, husky, commitlint",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.{js,vue,ts}\" --fix",
"prettier": "prettier --config .prettierrc \"src/**/*.{vue,js,ts}\" --write",
"lint": "eslint \"src/*.{ts,tsx}\" --fix",
"format": "prettier --config .prettierrc \"src/*.ts\" --write",
"prepare": "husky install",
"release": "standard-version"
"release": "pnpm release:changelog && standard-version",
"release:changelog": "pnpm exec conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"keywords": [],
"author": "hotaru",
Expand All @@ -28,9 +29,10 @@
"homepage": "https://github.com/biyuehu/standard-dev-demo",
"devDependencies": {
"@commitlint/cli": "12.1.4",
"conventional-changelog-cli": "^4.1.0",
"@commitlint/config-conventional": "^18.6.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -41,10 +43,10 @@
"standard-version": "^9.5.0"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"npm run lint",
"npm run prettier",
"*.{js,jsx,vue,ts}": [
"pnpm lint",
"pnpm format",
"git add ."
]
}
}
}

0 comments on commit bf04eae

Please sign in to comment.