Skip to content

Commit

Permalink
d Updates release notes with correct release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Aug 11, 2023
1 parent 5d92e82 commit 479155c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,22 @@

Release notes follow the [keep a changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.4.2]

### Version upgrade of project dependencies

- Major version upgrade of all package dependencies.
- Replace dependency on `typescript` with peer dependency.
- Unifies build commands across packages.

## [Unreleased]

### Changed

- TBA
-

## [0.4.1] - 2023-06-16
## [0.4.1] - 2023-08-11

In this version, we've improved the dependencies and build process of all packages. We updated the defaults to use EsNext modules by default. We also improved the test setup and execution.

### Changed

- Major version upgrade of all package dependencies.
- Replace dependency on `typescript` with peer dependency.
- Unifies build commands across packages.
- Target "watch:test" now runs tests in watch mode.
- Change defaults of websmith to use ESNext modules by default.
- jest runs tests without verbose output.
Expand Down

0 comments on commit 479155c

Please sign in to comment.