Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Jan 6, 2025
1 parent 9554603 commit fa2302f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.1.4] - 2025-01-06

### Added
-
- Release to npmjs using CI workflow

## [0.1.3]

### Updates
Expand All @@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/fastly/js-compute-testing/compare/v0.1.3...HEAD
[unreleased]: https://github.com/fastly/js-compute-testing/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/fastly/js-compute-testing/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/fastly/js-compute-testing/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/fastly/js-compute-testing/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/fastly/js-compute-testing/compare/v0.1.0...v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastly/compute-testing",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"prepack": "npm run clean && npm run build",
"build": "tsc --build tsconfig.json",
Expand Down

0 comments on commit fa2302f

Please sign in to comment.