Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarrk committed Sep 20, 2024
1 parent 76b0098 commit af981e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.3.0] - 2024-09-21

### Added

- Using virtual page to show results
Expand Down Expand Up @@ -56,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release with core functionality

[2.3.0]: https://github.com/Maarrk/silverbullet-grep/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/Maarrk/silverbullet-grep/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/Maarrk/silverbullet-grep/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/Maarrk/silverbullet-grep/compare/v1.1.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion grep.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { datastore, editor, shell, system } from "$sb/syscalls.ts";
import { FileMeta } from "$sb/types.ts";

const VERSION = "2.2.0";
const VERSION = "2.3.0";

const resultPageSaved = "GREP RESULT";
const resultPageVirtual = "GREP RESULT 🔍";
Expand Down

0 comments on commit af981e2

Please sign in to comment.