Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed Oct 28, 2022
1 parent ec6811c commit ff46470
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/xjq7/runcode/compare/v1.2.0...v1.3.0) (2022-10-28)


### Features

* 增加 terminal 输出 ([b02c09b](https://github.com/xjq7/runcode/commit/b02c09be18a7b7e6469c8f320d185c10a9537f72))


### Bug Fixes

* 切换语言时的代码本地保存错乱修复 ([7b95d9c](https://github.com/xjq7/runcode/commit/7b95d9cf81b890ea067e6ee400a34a2aba1aaaa8))

## [1.2.0](https://github.com/xjq7/runcode/compare/v1.1.0...v1.2.0) (2022-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runcode",
"version": "1.2.0",
"version": "1.3.0",
"description": "在线运行代码编辑器",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff46470

Please sign in to comment.