Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-03-20)

### Features

* always on top ([01dd62f](01dd62f))
* enforce a release ([6dadcd5](6dadcd5))
* read text from clipboard and write back to clipboard ([54a73e7](54a73e7))
* seperate bundles for backend ([f8272b9](f8272b9))
  • Loading branch information
semantic-release-bot committed Mar 20, 2022
1 parent 6dadcd5 commit 0b1ba92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2022-03-20)


### Features

* always on top ([01dd62f](https://github.com/ridvanaltun/turkish-deasciifier/commit/01dd62f6f08e47e823fde9061c6af06a9f2c2c32))
* enforce a release ([6dadcd5](https://github.com/ridvanaltun/turkish-deasciifier/commit/6dadcd5f6345ded8727c89128b356d1302f4250f))
* read text from clipboard and write back to clipboard ([54a73e7](https://github.com/ridvanaltun/turkish-deasciifier/commit/54a73e7defa6e36f012357be25ab8dc345b57a90))
* seperate bundles for backend ([f8272b9](https://github.com/ridvanaltun/turkish-deasciifier/commit/f8272b9c6a4bc4ae05d529ea76aae69900a1679f))
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,7 +1,7 @@
{
"name": "turkish-deasciifier",
"productName": "Turkish Deasciifier",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Tray app for Turkish Deasciifier",
"main": "src/server/main.js",
"scripts": {
Expand Down

0 comments on commit 0b1ba92

Please sign in to comment.