Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sora committed Jun 29, 2022
1 parent 0f89c29 commit 6c436cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# v1.0.0-alpha.14

- Added: Support for xmodmap custom keyboard maps
- Fixed: Ctrl + Delete/Backspace movement was too aggressive at line boundary
- Chore: Updated dependencies

# v1.0.0-alpha.14

- Fixed: `-t` tag search shows no result until some tag string is typed in
- Fixed: rg v13.0.0 hangs on search
- Chore: Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

wget -O ripgrep.deb https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep_12.1.1_amd64.deb
wget -O ripgrep.deb https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
dpkg -i ripgrep.deb
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmoscraft/osmosnote",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"description": "",
"main": "main.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 6c436cd

Please sign in to comment.