Skip to content

Commit 29bdbc8

Browse files
chore(release): bump version to 1.0.2
1 parent ad2eace commit 29bdbc8

2 files changed

Lines changed: 45 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## [1.0.2] - 2025-12-02
3+
24
## [1.0.1] - 2025-12-02
35

46

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typeup/renderer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Renderer for TypeUp.",
55
"author": "Simon Mika <simon@mika.se>",
66
"license": "MIT",
@@ -35,46 +35,46 @@
3535
"github": {
3636
"release": true
3737
},
38-
"scripts": {
39-
"lint": "eslint --max-warnings=0 '**/*.{ts,tsx}'",
40-
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
41-
"type-check": "tsc --noEmit",
42-
"type-check:cjs": "tsc -p tsconfig.cjs.json --noEmit",
43-
"type-check:mjs": "tsc -p tsconfig.mjs.json --noEmit",
44-
"build": "rimraf dist/* && npm run build:cjs && npm run build:mjs",
45-
"build:cjs": "tsc -p tsconfig.cjs.json",
46-
"build:mjs": "tsc -p tsconfig.mjs.json",
47-
"test": "vitest --run",
48-
"test:watch": "vitest",
49-
"test:ui": "vitest --ui",
50-
"coverage": "vitest --coverage",
51-
"coverage:open": "vitest --coverage && open coverage/index.html",
52-
"prepare": "npm run build",
53-
"prepublishOnly": "npm run verify",
54-
"clean": "rimraf dist node_modules coverage .nyc_output",
55-
"verify": "npm run type-check && npm run build && npm run test && npm run lint && npm audit --omit=dev --audit-level moderate",
56-
"release": "npm run verify && npm version patch && git push --follow-tags",
57-
"release:minor": "npm run verify && npm version minor && git push --follow-tags",
58-
"release:major": "npm run verify && npm version major && git push --follow-tags"
59-
},
60-
"devDependencies": {
61-
"@types/node": "^24.10.1",
62-
"@typescript-eslint/eslint-plugin": "8.47.0",
63-
"@typescript-eslint/parser": "8.47.0",
64-
"@vitest/coverage-v8": "^4.0.13",
65-
"eslint": "^8.56.0",
66-
"eslint-plugin-prettierx": "github:utily/eslint-plugin-prettierx#utily-20231004",
67-
"eslint-plugin-simple-import-sort": "^12.1.1",
68-
"prettierx": "github:utily/prettierx#utily-20231004",
69-
"rimraf": "^6.1.2",
70-
"typescript": "5.9.3",
71-
"vite": "^7.2.4",
72-
"vitest": "^4.0.13"
73-
},
74-
"dependencies": {
75-
"@mathjax/src": "^4.0.0",
76-
"@typeup/dom": "^1.0.4",
77-
"mendly": "^2.1.0",
78-
"yuml2svg": "^5.0.1"
79-
}
38+
"scripts": {
39+
"lint": "eslint --max-warnings=0 '**/*.{ts,tsx}'",
40+
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
41+
"type-check": "tsc --noEmit",
42+
"type-check:cjs": "tsc -p tsconfig.cjs.json --noEmit",
43+
"type-check:mjs": "tsc -p tsconfig.mjs.json --noEmit",
44+
"build": "rimraf dist/* && npm run build:cjs && npm run build:mjs",
45+
"build:cjs": "tsc -p tsconfig.cjs.json",
46+
"build:mjs": "tsc -p tsconfig.mjs.json",
47+
"test": "vitest --run",
48+
"test:watch": "vitest",
49+
"test:ui": "vitest --ui",
50+
"coverage": "vitest --coverage",
51+
"coverage:open": "vitest --coverage && open coverage/index.html",
52+
"prepare": "npm run build",
53+
"prepublishOnly": "npm run verify",
54+
"clean": "rimraf dist node_modules coverage .nyc_output",
55+
"verify": "npm run type-check && npm run build && npm run test && npm run lint && npm audit --omit=dev --audit-level moderate",
56+
"release": "npm run verify && npm version patch && git push --follow-tags",
57+
"release:minor": "npm run verify && npm version minor && git push --follow-tags",
58+
"release:major": "npm run verify && npm version major && git push --follow-tags"
59+
},
60+
"devDependencies": {
61+
"@types/node": "^24.10.1",
62+
"@typescript-eslint/eslint-plugin": "8.47.0",
63+
"@typescript-eslint/parser": "8.47.0",
64+
"@vitest/coverage-v8": "^4.0.13",
65+
"eslint": "^8.56.0",
66+
"eslint-plugin-prettierx": "github:utily/eslint-plugin-prettierx#utily-20231004",
67+
"eslint-plugin-simple-import-sort": "^12.1.1",
68+
"prettierx": "github:utily/prettierx#utily-20231004",
69+
"rimraf": "^6.1.2",
70+
"typescript": "5.9.3",
71+
"vite": "^7.2.4",
72+
"vitest": "^4.0.13"
73+
},
74+
"dependencies": {
75+
"@mathjax/src": "^4.0.0",
76+
"@typeup/dom": "^1.0.4",
77+
"mendly": "^2.1.0",
78+
"yuml2svg": "^5.0.1"
79+
}
8080
}

0 commit comments

Comments
 (0)