Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
61a82f0d03 | |||
2c8f262c0a |
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-24 - 1.2.49 - fix(core)
|
||||||
|
Minor maintenance updates with version bump
|
||||||
|
|
||||||
|
|
||||||
## 2024-06-24 - 1.2.48 - fix(dependencies)
|
## 2024-06-24 - 1.2.48 - fix(dependencies)
|
||||||
Update TypeScript dependency version
|
Update TypeScript dependency version
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsrun",
|
"name": "@git.zone/tsrun",
|
||||||
"version": "1.2.48",
|
"version": "1.2.49",
|
||||||
"description": "run typescript programs efficiently",
|
"description": "run typescript programs efficiently",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsrun',
|
name: '@git.zone/tsrun',
|
||||||
version: '1.2.48',
|
version: '1.2.49',
|
||||||
description: 'run typescript programs efficiently'
|
description: 'run typescript programs efficiently'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user