Skip to content

Commit

Permalink
Release Version 0.4.0 (#246)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
m2rads and slavingia authored Jan 2, 2025
1 parent 33943c2 commit 02f111f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions packages/shortest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.
org/spec/v2.0.0.html).

## [0.4.0] - 2025-01-02

### Added
- Added chained tests by @crabest
- Added 'before' function by @slavingia
- Added Bash tool by @gladyshcodes

### Changed
- Adjusted the prompt to expect successful test execution by @crabest
- Updated Copyright year from 2024 to 2025 by @crabest
- Refactored config to detect test.ts files instead of files under test directory by @khalatevarun
- Improved index.d.ts generation by @amk-dev
- Updated shortest.config.ts by @slavingia
- Updated npm readme by @m2rads

### Removed
- Removed yarn support by @m2rads

**Full Changelog**: https://github.com/anti-work/shortest/compare/v0.3.0...v0.4.0

## [0.3.0] - 2024-12-30

Expand Down Expand Up @@ -115,4 +136,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Anthropic AI SDK 0.32.0
- esbuild ^0.20.1
- expect ^29.7.0
- dotenv ^16.4.5
- dotenv ^16.4.5
2 changes: 1 addition & 1 deletion packages/shortest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antiwork/shortest",
"version": "0.3.0",
"version": "0.4.0",
"description": "AI-powered natural language end-to-end testing framework",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 02f111f

Please sign in to comment.