Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2023-03-11)

### Bug Fixes

* **fishing-twpub plugin:** twpub disorder ([c94eaeb](c94eaeb))

### Features

* **fishing plugin:** two card editors ([5b309d2](5b309d2))
* **fishing-analysis plugin:** focus charts ([54cc046](54cc046))
* **fishing-catchfish plugin:** excerpt to caption ([8213ea9](8213ea9))
  • Loading branch information
semantic-release-bot committed Mar 11, 2023
1 parent 600961f commit df792ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.8.0](https://github.com/oflg/TiddlyMemo/compare/v1.7.0...v1.8.0) (2023-03-11)


### Bug Fixes

* **fishing-twpub plugin:** twpub disorder ([c94eaeb](https://github.com/oflg/TiddlyMemo/commit/c94eaeb0ab98ec6f3204f7a7475ab440fcc6e818))


### Features

* **fishing plugin:** two card editors ([5b309d2](https://github.com/oflg/TiddlyMemo/commit/5b309d2bff83af0ecc86e79c1d0ea4763e95b5e3))
* **fishing-analysis plugin:** focus charts ([54cc046](https://github.com/oflg/TiddlyMemo/commit/54cc046eca1caa59bc453267139711fe768c5475))
* **fishing-catchfish plugin:** excerpt to caption ([8213ea9](https://github.com/oflg/TiddlyMemo/commit/8213ea94223d037362bf1b6c7037158d0a8bb8da))

# [1.7.0](https://github.com/oflg/TiddlyMemo/compare/v1.6.7...v1.7.0) (2022-08-05)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiddlymemo",
"version": "1.7.0",
"version": "1.8.0",
"description": "TiddlyMemo uses advanced Incremental Learning concepts to make it your powerful second brain for acquiring lifelong knowledge.",
"scripts": {
"serve-manual": "cross-env TIDDLYWIKI_PLUGIN_PATH=./plugins TIDDLYWIKI_THEME_PATH='./themes' TIDDLYWIKI_LANGUAGE_PATH='./languages' npx nodemon -e tid,multids,js,info --watch plugins ./node_modules/tiddlywiki/tiddlywiki.js editions/manual/index --listen",
Expand Down Expand Up @@ -80,4 +80,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit df792ce

Please sign in to comment.