Skip to content

Commit 4f17bb6

Browse files
committed
release: 1.2.4
1 parent 2c12aa0 commit 4f17bb6

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

docs/en/more/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.4
4+
5+
- 【feat】Optimized the speed of opening editor when locating files [#381](https://github.com/zh-lx/code-inspector/pull/381)
6+
- 【feat】Support `Qoder` editor recognition [#381](https://github.com/zh-lx/code-inspector/pull/381)
7+
- 【fix】Fixed the issue where `client code` was injected into multiple files in `turbopack` [#380](https://github.com/zh-lx/code-inspector/pull/380)
8+
39
## 1.2.3
410

511
- 【feat】Added `skipSnippets` parameter, support user-defined code snippet injection skipping [#375](https://github.com/zh-lx/code-inspector/pull/375)

docs/zh/more/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 更新日志
22

3+
## 1.2.4
4+
5+
- 【feat】优化了定位文件时打开 editor 的速度 [#381](https://github.com/zh-lx/code-inspector/pull/381)
6+
- 【feat】支持 `Qoder` 编辑器的识别 [#381](https://github.com/zh-lx/code-inspector/pull/381)
7+
- 【fix】修复了 `turbopack``client code` 重复注入多个文件的问题 [#380](https://github.com/zh-lx/code-inspector/pull/380)
8+
39
## 1.2.3
410

511
- 【feat】增加了 `skipSnippets` 参数,支持用户自定义跳过注入的代码片段 [#375](https://github.com/zh-lx/code-inspector/pull/375)

packages/code-inspector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-inspector-plugin",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/core",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "types/index.d.ts",
@@ -71,4 +71,4 @@
7171
"vite-plugin-node-stdlib-browser": "^0.2.1",
7272
"volar-service-pug": "^0.0.63"
7373
}
74-
}
74+
}

packages/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/esbuild",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/mako/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/mako",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/turbopack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/turbopack",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/vite",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/webpack",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)