Skip to content

Commit

Permalink
chore(main): 🔖 release 1.0.2 (#108)
Browse files Browse the repository at this point in the history
* chore(main): 🔖 release 1.0.2

* chore(release): 🔖 Bump version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 14, 2023
1 parent c33b5dc commit 89b5788
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.2](https://github.com/naokiy/obsidian-auto-create-periodic-note/compare/1.0.1...1.0.2) (2023-07-14)


### Bug Fixes

* :bug: Make sort setting natural ([#107](https://github.com/naokiy/obsidian-auto-create-periodic-note/issues/107)) ([06637ff](https://github.com/naokiy/obsidian-auto-create-periodic-note/commit/06637ff91dc2fff7a52a095c8b531bcd085c6d63))
* :bug: to release ([#110](https://github.com/naokiy/obsidian-auto-create-periodic-note/issues/110)) ([3f23469](https://github.com/naokiy/obsidian-auto-create-periodic-note/commit/3f234696bd530f0db3e0cc7fc03ab1ace94fae93))
* :bug: to release ([#113](https://github.com/naokiy/obsidian-auto-create-periodic-note/issues/113)) ([67f0ac4](https://github.com/naokiy/obsidian-auto-create-periodic-note/commit/67f0ac41ec33095b4b80af100d4d73e50e975e20))
* :bug: to release ([#115](https://github.com/naokiy/obsidian-auto-create-periodic-note/issues/115)) ([c33b5dc](https://github.com/naokiy/obsidian-auto-create-periodic-note/commit/c33b5dcf5fc1943eeed4aa65324fca51b2caf109))

## [1.0.1](https://github.com/naokiy/obsidian-auto-create-periodic-note/compare/1.0.0...1.0.1) (2023-07-11)

### :tada: First release
### :tada: First release
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-auto-create-periodic-note",
"name": "Auto Create Periodic Note",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "This plugin that automatically generates periodic notes.",
"author": "naokiy",
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": "obsidian-auto-create-periodic-note",
"version": "1.0.1",
"version": "1.0.2",
"description": "This plugin that automatically generates periodic notes.",
"scripts": {
"test": "jest --passWithNoTests",
Expand Down

0 comments on commit 89b5788

Please sign in to comment.