Merge pull request #5 from LoredDev/changeset-release/main

🦋 Release branch
This commit is contained in:
Guz
2024-01-18 03:35:58 +00:00
committed by GitHub
4 changed files with 10 additions and 2 deletions

View File

@@ -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') }}

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# lilbetter.js
## 0.0.1
### Patch Changes
- 2fe67cd: Created the boilerplate and package setup

View File

@@ -1,3 +1,4 @@
// eslint-disable-next-line n/no-unpublished-import
import { configs, defineConfig, presets } from '@eslegant/js';
export default defineConfig([

View File

@@ -1,6 +1,6 @@
{
"name": "lilbetter.js",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "./src/index.js",
"scripts": {