We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8390a2a commit 0d0cb94Copy full SHA for 0d0cb94
4 files changed
packages/codiff/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# codiff
2
3
+## 0.1.2
4
+
5
+### Patch Changes
6
7
+- fix: update export
8
9
## 0.1.1
10
11
### Patch Changes
packages/codiff/package.json
@@ -1,6 +1,6 @@
{
"name": "codiff",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "diff algorithm of vscode",
"keywords": [
"diff",
packages/playground/CHANGELOG.md
@@ -1,5 +1,12 @@
# codiff-playground
+- Updated dependencies
+ - codiff@0.1.2
12
packages/playground/package.json
@@ -1,7 +1,7 @@
"name": "codiff-playground",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments