Skip to content

Commit

Permalink
chore(main): release 11.1.0 (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent f3d7ef2 commit 81c9c3c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "11.0.5"
".": "11.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [11.1.0](https://github.com/javalent/dice-roller/compare/11.0.5...11.1.0) (2024-09-25)


### Features

* Line rollers now watch underlying note content ([08a1c08](https://github.com/javalent/dice-roller/commit/08a1c0808ea95eb1319e87f00c30608051f389cc))
* Section rollers generated inside a tag roller are now contextualized properly ([f3d7ef2](https://github.com/javalent/dice-roller/commit/f3d7ef2c19dc1bcf8465d7b1240d9afcecd57352))
* Section rollers now watch underlying note content ([d948da6](https://github.com/javalent/dice-roller/commit/d948da6e2a61f41c0f4bfa7c882b3599bdfcb8d0))
* Table rollers now watch underlying tables ([a054124](https://github.com/javalent/dice-roller/commit/a0541242517996489483038fc2221b1cab16d22c))


### Bug Fixes

* Remove console log ([cf13b1e](https://github.com/javalent/dice-roller/commit/cf13b1e5d9ab01998354105159e51d3edcf914b3))
* Remove console logs ([a9508e0](https://github.com/javalent/dice-roller/commit/a9508e0a3f73537dd98ae97eea9d5db92aeea7bc))
* Remove deprecated global app reference ([857c8df](https://github.com/javalent/dice-roller/commit/857c8df615e26dd5c3cad36b7cd3f1ce99fbfdee))

## [11.0.5](https://github.com/javalent/dice-roller/compare/11.0.4...11.0.5) (2024-09-06)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "11.0.5",
"version": "11.1.0",
"minAppVersion": "0.12.15",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
4 changes: 2 additions & 2 deletions 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": "@javalent/dice-roller",
"version": "11.0.5",
"version": "11.1.0",
"description": "Inline dice rolling for Obsidian.md",
"main": "./dist/api.js",
"types": "./dist/api/api.d.ts",
Expand Down

0 comments on commit 81c9c3c

Please sign in to comment.