diff --git a/.github/actions/pnpm-setup/action.yml b/.github/actions/pnpm-setup/action.yml index dc96e3f..1f00b43 100644 --- a/.github/actions/pnpm-setup/action.yml +++ b/.github/actions/pnpm-setup/action.yml @@ -36,7 +36,7 @@ runs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Setup pnpm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a01894a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# lilbetter.js + +## 0.0.1 + +### Patch Changes + +- 2fe67cd: Created the boilerplate and package setup diff --git a/eslint.config.js b/eslint.config.js index 724bf46..4f6d7b7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line n/no-unpublished-import import { configs, defineConfig, presets } from '@eslegant/js'; export default defineConfig([ diff --git a/package.json b/package.json index c372749..d8869f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lilbetter.js", - "version": "0.0.0", + "version": "0.0.1", "description": "", "main": "./src/index.js", "scripts": {