Merge pull request #5 from LoredDev/changeset-release/main
🦋 Release branch
This commit is contained in:
2
.github/actions/pnpm-setup/action.yml
vendored
2
.github/actions/pnpm-setup/action.yml
vendored
@@ -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
7
CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# lilbetter.js
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fe67cd: Created the boilerplate and package setup
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line n/no-unpublished-import
|
||||
import { configs, defineConfig, presets } from '@eslegant/js';
|
||||
|
||||
export default defineConfig([
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lilbetter.js",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "./src/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user