Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarrk committed Jul 30, 2024
1 parent 70bc059 commit 1855eac
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.1.0] - 2024-07-30

### Added

- Support for alternation and repetition operators (Extended Regular Expression)
Expand All @@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release with core functionality

[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
[1.1.0]: https://github.com/Maarrk/silverbullet-grep/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Maarrk/silverbullet-grep/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion grep.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { editor, shell } from "$sb/syscalls.ts";
import { readSetting } from "$sb/lib/settings_page.ts";

const VERSION = "2.0.0";
const VERSION = "2.1.0";

const resultPage = "GREP RESULT";

Expand Down

0 comments on commit 1855eac

Please sign in to comment.