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

Commit

Permalink
chore(release): v1.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Jun 13, 2021
1 parent be0dda0 commit eb2df80
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
## [Unreleased]


<a name="v1.0.0-beta.9"></a>
## [v1.0.0-beta.9] - 2021-06-13
### Fixes Bug
- update new version from jsonrepair

### Pull Requests
- Merge pull request [#45](https://github.com/kamontat/smapi-manager/issues/45) from kamontat/dependabot/npm_and_yarn/electron-12.0.1
- Merge pull request [#42](https://github.com/kamontat/smapi-manager/issues/42) from kamontat/dependabot/npm_and_yarn/typescript-4.2.3
- Merge pull request [#46](https://github.com/kamontat/smapi-manager/issues/46) from kamontat/dependabot/npm_and_yarn/typescript-eslint/parser-4.18.0
- Merge pull request [#39](https://github.com/kamontat/smapi-manager/issues/39) from kamontat/dependabot/npm_and_yarn/svelte-3.35.0


<a name="v1.0.0-beta.8"></a>
## [v1.0.0-beta.8] - 2021-02-13
### Feature
Expand Down Expand Up @@ -296,7 +308,8 @@
- **main:** add getting application information event support


[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.8...HEAD
[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.9...HEAD
[v1.0.0-beta.9]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.8...v1.0.0-beta.9
[v1.0.0-beta.8]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.7...v1.0.0-beta.8
[v1.0.0-beta.7]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.6...v1.0.0-beta.7
[v1.0.0-beta.6]: https://github.com/kamontat/smapi-manager/compare/v1.0.0-beta.5...v1.0.0-beta.6
Expand Down
10 changes: 5 additions & 5 deletions docs/line-of-code.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Line of code (v1.0.0-beta.8)
# Line of code (v1.0.0-beta.9)

cloc|github.com/AlDanial/cloc v 1.88 T=0.11 s (1928.7 files/s, 66690.4 lines/s)
cloc|github.com/AlDanial/cloc v 1.90 T=0.17 s (1220.4 files/s, 42226.7 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
TypeScript|174|886|131|3584
TypeScript|174|886|131|3589
Svelte|26|328|16|1526
CSS|2|96|184|269
Sass|3|16|0|72
HTML|1|4|0|11
--------|--------|--------|--------|--------
SUM:|206|1330|331|5462
SUM:|206|1330|331|5467

Generated (13 Feb 2021 21:50:57)
Generated (13 Jun 2021 16:22:55)

0 comments on commit eb2df80

Please sign in to comment.