mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 00:59:50 -05:00
@@ -5,6 +5,12 @@ All notable changes to Hatchet's TypeScript SDK will be documented in this chang
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.15.1] - 2026-03-04
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix npm publish so the package includes compiled JavaScript at the correct paths.
|
||||
|
||||
## [1.15.0] - 2026-03-03
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hatchet-dev/typescript-sdk",
|
||||
"version": "1.15.0",
|
||||
"version": "1.15.1",
|
||||
"description": "Background task orchestration & visibility for developers",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const HATCHET_VERSION = '1.14.0';
|
||||
export const HATCHET_VERSION = '1.15.1';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"include": ["src/**/*.ts", "docs/**/*.ts"],
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": [
|
||||
"./dist",
|
||||
"**/*.test-d.ts" // NOTE: disable this if modifying types.test-d.ts
|
||||
|
||||
Reference in New Issue
Block a user