Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Mar 18, 2024
1 parent 50b9455 commit bb0cf83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

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.0.2 (2024-03-18)

### 1.0.1 (2024-03-13)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ckpack/base",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"author": "ckvv",
"license": "ISC",
Expand All @@ -16,7 +16,9 @@
"bin": {
"verify-commit": "./dist/verify-commit.js"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --fix",
"prepare": "npx simple-git-hooks",
Expand Down

0 comments on commit bb0cf83

Please sign in to comment.