Skip to content

Commit

Permalink
chore(main): release iso-config 0.1.5 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored May 8, 2024
1 parent 7fdc2a5 commit c1f77fb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/iso-web": "1.0.5",
"packages/iso-kv": "3.0.2",
"packages/iso-websocket": "0.2.0",
"packages/iso-config": "0.0.1"
"packages/iso-config": "0.1.5"
}
13 changes: 13 additions & 0 deletions packages/iso-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.5](https://github.com/hugomrdias/iso-repo/compare/iso-config-v0.0.1...iso-config-v0.1.5) (2024-05-08)


### Bug Fixes

* initial commit ([02d9740](https://github.com/hugomrdias/iso-repo/commit/02d97400a038d07e9b72790b9c1fd43ba7ad0113))


### Miscellaneous Chores

* **main:** release iso-base 0.1.5 ([3849a49](https://github.com/hugomrdias/iso-repo/commit/3849a49eb867fbdaf3ed95173144b448d4a42f4c))
17 changes: 13 additions & 4 deletions packages/iso-config/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "iso-config",
"type": "module",
"version": "0.0.1",
"version": "0.1.5",
"description": "JS tooling configs",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
"repository": {
"url": "hugomrdias/iso-repo",
"directory": "packages/iso-config"
},
"keywords": ["biome", "typescript", "config", "tooling"],
"keywords": [
"biome",
"typescript",
"config",
"tooling"
],
"exports": {
"./biome": "./biome.jsonc",
"./tsconfig": "./tsconfig.json"
Expand All @@ -25,8 +30,12 @@
"provenance": true
},
"depcheck": {
"specials": ["bin"],
"ignores": ["@types/*"]
"specials": [
"bin"
],
"ignores": [
"@types/*"
]
},
"peerDependencies": {
"@biomejs/biome": "^1.7.3"
Expand Down

0 comments on commit c1f77fb

Please sign in to comment.