Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2023-01-24)

### Bug Fixes

* example enex file added to root ([#440](#440)) ([f9c2a7a](f9c2a7a))
  • Loading branch information
semantic-release-bot committed Jan 24, 2023
1 parent f9c2a7a commit 9a04a33
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.2](https://github.com/akosbalasko/yarle/compare/v5.0.1...v5.0.2) (2023-01-24)


### Bug Fixes

* example enex file added to root ([#440](https://github.com/akosbalasko/yarle/issues/440)) ([f9c2a7a](https://github.com/akosbalasko/yarle/commit/f9c2a7aff6243b97cc17f49c1bff759e2cab65df))

## [5.0.1](https://github.com/akosbalasko/yarle/compare/v5.0.0...v5.0.1) (2023-01-24)


Expand Down
62 changes: 41 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarle-evernote-to-md",
"version": "5.0.1",
"version": "5.0.2",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
Expand All @@ -20,7 +20,7 @@
"dist": "electron-builder",
"clean-by-rimraf": "rimraf ./out && rimraf ./dist && rimraf \"node_modules/!(rimraf|.bin)\"",
"clean": "rm -f -r ./out && rm -f -r ./dist && rm -r -f ./node_modules",
"build": "npm i && tsc --project ./src/tsconfig.json && copyfiles -u 1 \"src/ui/**/*\" dist" ,
"build": "npm i && tsc --project ./src/tsconfig.json && copyfiles -u 1 \"src/ui/**/*\" dist",
"install-tsc": "npm install -g typescript",
"build-windows": "tsc --project .\\src",
"build:watch": "nodemon --watch src/ --exec \"npm run build\" -e ts",
Expand Down

0 comments on commit 9a04a33

Please sign in to comment.