Skip to content

Commit

Permalink
chore(main): release 1.0.0-b11 (#39)
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] committed Jun 18, 2023
1 parent 53ce634 commit 3af7da6
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 @@
{
".": "1.0.1-b10"
".": "1.0.0-b11"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0-b11](https://github.com/javalent/the-calendarium/compare/1.0.1-b10...1.0.0-b11) (2023-06-18)


### Features

* very basic in-note code block `calendarium` ([957a358](https://github.com/javalent/the-calendarium/commit/957a358dc851ee3a4a8ccf468f5dd549ee0f2155))


### Bug Fixes

* sticky nav panel (close [#38](https://github.com/javalent/the-calendarium/issues/38)) ([5ef60df](https://github.com/javalent/the-calendarium/commit/5ef60df3d54b4ec91d795119a3ef7cf341bdc082))


### Miscellaneous Chores

* release 1.0.0-b11 ([53ce634](https://github.com/javalent/the-calendarium/commit/53ce634abb5cc792da9faa212161996521d01908))

## [1.0.1-b10](https://github.com/javalent/the-calendarium/compare/1.0.0-b10...1.0.1-b10) (2023-06-17)


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": "calendarium",
"name": "Calendarium",
"version": "1.0.1-b10",
"version": "1.0.0-b11",
"minAppVersion": "1.2.8",
"author": "Jeremy Valentine",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
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": "the-calendarium",
"version": "1.0.1-b10",
"version": "1.0.0-b11",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3af7da6

Please sign in to comment.