Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
leenzhu committed Oct 3, 2023
1 parent 92c8476 commit 82e74b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 213 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.1.0

1. support calendar theme
2. support time selection in name template

## v1.0.10

1. update version number. Version numbers in package.json & manifest.json are realy anoing, I'm always forgetting to update them.
Expand Down
211 changes: 2 additions & 209 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-journal",
"version": "1.0.15",
"version": "1.1.0",
"scripts": {
"dist": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "export NODE_OPTIONS=--openssl-legacy-provider && npm run dist",
Expand All @@ -15,11 +15,9 @@
"@uvarov.frontend/vanilla-calendar": "^2.6.6",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^6.8.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"style-loader": "^3.3.3",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "com.leenzhu.journal",
"app_min_version": "2.7",
"version": "1.0.15",
"version": "1.1.0",
"name": "Journal",
"description": "A simple journal. Create or open a note for today, or any selected date.",
"author": "Leen Zhu",
Expand Down

0 comments on commit 82e74b1

Please sign in to comment.