Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 9, 2024
1 parent fb2f52d commit 31f1f03
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Cleanup

## 0.0.3

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Function/Configuration.configuration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Configuration.readFile.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Configuration.resolve.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Integration.Merge.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Function/Integration.integration.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Interface/Configuration.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Interface/Integration.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Interface/Option.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Biome.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Configuration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Integration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Option.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Type/Biome.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Biome.biome.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Integration.Default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Option.option.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions Documentation/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-biome",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "🗻 AstroJS Biome tools. Format, lint and check your Astro website with Biome.",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"astro": "4.3.5",
"esbuild-plugin-copy": "2.1.1",
"typescript-esbuild": "0.3.7"
"typescript-esbuild": "0.3.8"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 31f1f03

Please sign in to comment.