Skip to content

Commit

Permalink
Release 0.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Sep 3, 2021
1 parent 90e84a9 commit 25c5115
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.3.0-1](https://github.com/izelnakri/qunitx/compare/0.3.0-0...0.3.0-1)

- add keepNames option to esbuild on --browser [`90e84a9`](https://github.com/izelnakri/qunitx/commit/90e84a9ef175b56de1e7eabd6a94f0915f8c6935)

#### [0.3.0-0](https://github.com/izelnakri/qunitx/compare/0.2.4...0.3.0-0)

> 21 July 2021
- Release 0.3.0-0 [`0085bcd`](https://github.com/izelnakri/qunitx/commit/0085bcd071752c8a8bdbbbe2a0e95fd8a13a8d8e)
- add .js copies of test helpers for tests [`7af122e`](https://github.com/izelnakri/qunitx/commit/7af122eacf98f2e737f4a5874713da5b21d1b981)
- pin node.js to v16.5 [`9f364ef`](https://github.com/izelnakri/qunitx/commit/9f364ef5f5ef9aecb5624e7668a92b802d6e1658)
- Typescript support in node.js mode [`1a8d546`](https://github.com/izelnakri/qunitx/commit/1a8d546e7edf8e0e4833053714fa635bc7bd92f3)
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,7 +1,7 @@
{
"name": "qunitx",
"type": "module",
"version": "0.3.0-0",
"version": "0.3.0-1",
"description": "Experimental improvements, suggestions for qunit CLI",
"author": "Izel Nakri",
"license": "MIT",
Expand Down

0 comments on commit 25c5115

Please sign in to comment.