Skip to content

Commit 02f111f

Browse files
m2radsslavingia
andauthored
Release Version 0.4.0 (#246)
Issue #244 To avoid pushing directly to main, created this PR. Bumped the version Updated Changlogs for npm (Trying a new style with mentioning the names of the contributors and their PRs) --------- Co-authored-by: Sahil Lavingia <sahil.lavingia@gmail.com>
1 parent 33943c2 commit 02f111f

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

packages/shortest/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to [Semantic Versioning](https://semver.
7+
org/spec/v2.0.0.html).
8+
9+
## [0.4.0] - 2025-01-02
10+
11+
### Added
12+
- Added chained tests by @crabest
13+
- Added 'before' function by @slavingia
14+
- Added Bash tool by @gladyshcodes
15+
16+
### Changed
17+
- Adjusted the prompt to expect successful test execution by @crabest
18+
- Updated Copyright year from 2024 to 2025 by @crabest
19+
- Refactored config to detect test.ts files instead of files under test directory by @khalatevarun
20+
- Improved index.d.ts generation by @amk-dev
21+
- Updated shortest.config.ts by @slavingia
22+
- Updated npm readme by @m2rads
23+
24+
### Removed
25+
- Removed yarn support by @m2rads
26+
27+
**Full Changelog**: https://github.com/anti-work/shortest/compare/v0.3.0...v0.4.0
728

829
## [0.3.0] - 2024-12-30
930

@@ -115,4 +136,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115136
- Anthropic AI SDK 0.32.0
116137
- esbuild ^0.20.1
117138
- expect ^29.7.0
118-
- dotenv ^16.4.5
139+
- dotenv ^16.4.5

packages/shortest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antiwork/shortest",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "AI-powered natural language end-to-end testing framework",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)