Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 11, 2022
1 parent 7710525 commit 10e4df9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.9.0](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/compare/v2.8.1...v2.9.0) (2022-09-11)


### Features

* **pf1:** add autocompletion support for roll formulas in item action sheets in pf1 ([78c1c2d](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/commit/78c1c2dd22ce2bba527ec222a3b6d5837dc18ed9)), closes [#192](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/issues/192)


### Bug Fixes

* prevent the cursor from jumping to the front when autocompleting ([c8e8dc6](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/commit/c8e8dc63b8bfaf93b9c816049f1ab1199e4cec8f)), closes [#189](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/issues/189)

### [2.8.1](https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/compare/v2.8.0...v2.8.1) (2022-08-24)


Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"url": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties",
"license": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.8.1/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.8.1/README.md",
"license": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.0/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.0/README.md",
"bugs": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/issues",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.8.1/CHANGELOG.md",
"version": "2.8.1",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.0/CHANGELOG.md",
"version": "2.9.0",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "10",
"compatibility": {
Expand All @@ -39,7 +39,7 @@
}
],
"manifest": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/releases/download/v2.8.1/module.zip",
"download": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/releases/download/v2.9.0/module.zip",
"manifestPlusVersion": "1.2.0",
"media": [
{
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocomplete-inline-properties",
"version": "2.8.1",
"version": "2.9.0",
"description": "Add inline property autocompletion for fields that can use inline properties or otherwise reference document data.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 10e4df9

Please sign in to comment.