Skip to content

Commit f5f8bea

Browse files
committed
chore(release): publish
- @interweb/visual-diff@0.1.0
1 parent 399006d commit f5f8bea

2 files changed

Lines changed: 22 additions & 11 deletions

File tree

packages/visual-diff/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-01-06)
7+
8+
### Features
9+
10+
- add dev preview script for visual-diff ([25f57a2](https://github.com/constructive-io/dev-utils/commit/25f57a2b738a3632f2df57e8d586d6c807b59d34))
11+
- add visual-diff package with syntax highlighting ([d37a1e3](https://github.com/constructive-io/dev-utils/commit/d37a1e35c974e00a00ee8f508ee2d33ca2cd6f94))

packages/visual-diff/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/visual-diff",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Beautiful visual diff with syntax highlighting for terminal and HTML output",
66
"main": "index.js",
@@ -19,16 +19,16 @@
1919
"bugs": {
2020
"url": "https://github.com/constructive-io/dev-utils/issues"
2121
},
22-
"scripts": {
23-
"copy": "makage assets",
24-
"clean": "makage clean",
25-
"prepublishOnly": "npm run build",
26-
"build": "makage build",
27-
"dev": "node -r ts-node/register dev/index.ts",
28-
"lint": "eslint . --fix",
29-
"test": "jest",
30-
"test:watch": "jest --watch"
31-
},
22+
"scripts": {
23+
"copy": "makage assets",
24+
"clean": "makage clean",
25+
"prepublishOnly": "npm run build",
26+
"build": "makage build",
27+
"dev": "node -r ts-node/register dev/index.ts",
28+
"lint": "eslint . --fix",
29+
"test": "jest",
30+
"test:watch": "jest --watch"
31+
},
3232
"dependencies": {
3333
"yanse": "workspace:*"
3434
},

0 commit comments

Comments
 (0)