Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 6, 2024
1 parent 88d5233 commit e1cc8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>License</h2>
</div>
</body>
<script type="module">
import { highlightSearchTerm } from "https://cdn.jsdelivr.net/npm/[email protected].1/src/index.js";
import { highlightSearchTerm } from "https://cdn.jsdelivr.net/npm/[email protected].2/src/index.js";
const search = document.getElementById("search");
search.addEventListener("input", () => {
highlightSearchTerm({ search: search.value, selector: ".content" });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlight-search-term",
"version": "1.0.1",
"version": "1.0.2",
"description": "Highlight search term in a page. Vanilla JS, compatible with frontend frameworks (React, Vite, Angular, etc).",
"repository": "marmelab/highlight-search-term",
"homepage": "https://marmelab.com/highlight-search-term/",
Expand Down

0 comments on commit e1cc8c5

Please sign in to comment.