Skip to content

Commit

Permalink
Add symbol docs & release new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Jul 22, 2024
1 parent a7b343b commit e87c563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrugtehagel/eleventy-asset-hash",
"version": "0.2.1",
"version": "0.2.2",
"exports": "./mod.ts",
"publish": {
"include": ["src/**", "mod.ts", "README.md"]
Expand Down
2 changes: 2 additions & 0 deletions src/asset-hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import fastGlob from "npm:fast-glob@^3.3.2";

import type { EleventyAssetHashOptions } from "./options.ts";

/** Hashes assets and appends query params in a certain directory.
* This is not actually Eleventy-specific. */
export async function assetHash(
options: EleventyAssetHashOptions & { directory: string },
): Promise<void> {
Expand Down

0 comments on commit e87c563

Please sign in to comment.