Skip to content

Commit be87760

Browse files
committed
release: v19.0.28
1 parent 62dac76 commit be87760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-class-helpers",
3-
"version": "19.0.27",
3+
"version": "19.0.28",
44
"scripts": {
55
"test": "mocha --require ts-node/register src/**/*.spec.ts",
66
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",

src/lib/build-info._auto-generated_.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
33
export const APP_ID = 'com.domain.example.typescript-class-helpers';
44
export const PROJECT_NPM_NAME = 'typescript-class-helpers';
5-
export const CURRENT_PACKAGE_VERSION = '19.0.26';
5+
export const CURRENT_PACKAGE_VERSION = '19.0.28';
66
// THIS FILE IS GENERATED - DO NOT MODIFY
77

0 commit comments

Comments
 (0)