From 73d9567161464a064e4c6fb35db8e48683aefae8 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Wed, 31 Jan 2024 10:28:22 +0900 Subject: [PATCH] update release --- .changesets/4qgax1m3.patch.md | 1 + CHANGELOG.md | 4 +++ package.json | 49 +---------------------------------- 3 files changed, 6 insertions(+), 48 deletions(-) create mode 100644 .changesets/4qgax1m3.patch.md diff --git a/.changesets/4qgax1m3.patch.md b/.changesets/4qgax1m3.patch.md new file mode 100644 index 0000000..2354069 --- /dev/null +++ b/.changesets/4qgax1m3.patch.md @@ -0,0 +1 @@ +Patch change \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b8c23..369afd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# `auri` +## 0.7.5 +### Patch changes +- Patch change # auri ## 0.7.4 diff --git a/package.json b/package.json index 07a0513..5579b11 100644 --- a/package.json +++ b/package.json @@ -1,48 +1 @@ -{ - "name": "auri", - "version": "0.7.4", - "description": "Organize package changes and releases", - "main": "/dist/index.js", - "types": "/dist/index.d.ts", - "module": "/dist/index.js", - "type": "module", - "files": [ - "dist", - "CHANGELOG.md" - ], - "bin": { - "auri": "./dist/index.js" - }, - "scripts": { - "build": "shx rm -rf ./dist/* && tsc", - "auri": "node ./dist/index.js", - "format": "pnpm exec prettier -w ." - }, - "keywords": [ - "npm", - "changesets" - ], - "repository": { - "type": "git", - "url": "https://github.com/pilcrowOnPaper/auri", - "directory": "/" - }, - "author": "pilcrowOnPaper", - "license": "MIT", - "exports": { - ".": "./dist/index.js" - }, - "devDependencies": { - "@types/node": "^18.14.4", - "prettier": "^2.8.3", - "shx": "^0.3.4", - "typescript": "^4.9.4" - }, - "dependencies": { - "@actions/core": "^1.10.0", - "dotenv": "^16.0.3", - "front-matter": "^4.0.2", - "nanoid": "^4.0.1", - "oslo": "^1.0.3" - } -} +{"name":"auri","version":"0.7.5","description":"Organize package changes and releases","main":"/dist/index.js","types":"/dist/index.d.ts","module":"/dist/index.js","type":"module","files":["dist","CHANGELOG.md"],"bin":{"auri":"./dist/index.js"},"scripts":{"build":"shx rm -rf ./dist/* && tsc","auri":"node ./dist/index.js","format":"pnpm exec prettier -w ."},"keywords":["npm","changesets"],"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/auri","directory":"/"},"author":"pilcrowOnPaper","license":"MIT","exports":{".":"./dist/index.js"},"devDependencies":{"@types/node":"^18.14.4","prettier":"^2.8.3","shx":"^0.3.4","typescript":"^4.9.4"},"dependencies":{"@actions/core":"^1.10.0","dotenv":"^16.0.3","front-matter":"^4.0.2","nanoid":"^4.0.1","oslo":"^1.0.3"}} \ No newline at end of file