Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 490bce4 commit ba0ec53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.1](https://github.com/jghauser/papis.nvim/compare/v0.7.0...v0.7.1) (2024-10-28)


### Features

* add typst support ([490bce4](https://github.com/jghauser/papis.nvim/commit/490bce48530b1379a4a11c10810ed0e36669040f))


### Bug Fixes

* **at-cursor:** also strip white space at beginning and end of ref ([788bbab](https://github.com/jghauser/papis.nvim/commit/788bbabd60fbbea184555fe3dd550fd30ded8953))
* **at-cursor:** refs are also terminated by `]` ([bf1ee96](https://github.com/jghauser/papis.nvim/commit/bf1ee966268fd128a9133d7d3a887744f5a16c76))

## [0.7.0](https://github.com/jghauser/papis.nvim/compare/v0.6.1...v0.7.0) (2024-09-03)


Expand Down

0 comments on commit ba0ec53

Please sign in to comment.