Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 31, 2024
1 parent 14b21b7 commit c2008f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 48 deletions.
1 change: 1 addition & 0 deletions .changesets/4pz0x.patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Paaaaaatch :D
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `auri`
## 0.7.5
### Patch changes
- Paaaaaatch :D
# auri

## 0.7.4
Expand Down
49 changes: 1 addition & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"}}

0 comments on commit c2008f0

Please sign in to comment.