Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Jan 2, 2025
1 parent 33943c2 commit 551fc68
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/shortest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@
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

### Changes
- add chained tests by @crabest in https://github.com/anti-work/shortest/pull/136
- adjust the prompt to expect the test to be successful by @crabest in https://github.com/anti-work/shortest/pull/232
* update Copyright year from 2024 to 2025 by @crabest in https://github.com/anti-work/shortest/pull/235
- refactor(config): update config to detect test.ts files instead of files under test dir by @khalatevarun in https://github.com/anti-work/shortest/pull/194
- chore: improve index.d.ts generation by @amk-dev in https://github.com/anti-work/shortest/pull/231
- Add 'before' function by @slavingia in https://github.com/anti-work/shortest/pull/224
* Update shortest.config.ts by @slavingia in https://github.com/anti-work/shortest/pull/239
- remove yarn support by @m2rads in https://github.com/anti-work/shortest/pull/242
- Bash tool by @gladyshcodes in https://github.com/anti-work/shortest/pull/233
- Update npm readme by @m2rads in https://github.com/anti-work/shortest/pull/245

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

## [0.3.0] - 2024-12-30

Expand Down
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 551fc68

Please sign in to comment.