Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 1, 2023
1 parent 528325d commit c1bacad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,25 @@ 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.1.1](https://github.com/izelnakri/qunitx-cli/compare/0.1.0...0.1.1)

- Update puppeteer to 20.9.0 & qunitx to latest [`#6`](https://github.com/izelnakri/qunitx-cli/pull/6)
- Nix-based CI [`#3`](https://github.com/izelnakri/qunitx-cli/pull/3)
- optimize npm dist [`#4`](https://github.com/izelnakri/qunitx-cli/pull/4)
- make default devShell also use the slim node v20.5 [`577853e`](https://github.com/izelnakri/qunitx-cli/commit/577853eea72c5cc999dfdfa3a8480b5a6d5ca52a)
- update puppeteer to 20.9.0 & qunitx to latest [`c4ab86b`](https://github.com/izelnakri/qunitx-cli/commit/c4ab86b26b1eaa1b4ebffe77af4d0b2430323929)
- fix docker-deploy.yml file [`3dec7e6`](https://github.com/izelnakri/qunitx-cli/commit/3dec7e6acdcf6da229b7199ae7b2bfd7d874249d)
- Use nodejs-slim_20 flake [`26b6ffd`](https://github.com/izelnakri/qunitx-cli/commit/26b6ffd98ada4e54152f5ab31c9fc47fb820b24a)
- Run docker deploy on main branch or tags [`20a28d3`](https://github.com/izelnakri/qunitx-cli/commit/20a28d3f5873fbd7134bd29d9f8c2deef3931c8f)
- Final nix-based-ci workflow [`8ca4051`](https://github.com/izelnakri/qunitx-cli/commit/8ca405197d4ebb2d571a8fd478ed3b7b1b26c2f2)
- move to single line nix test command [`f535ee3`](https://github.com/izelnakri/qunitx-cli/commit/f535ee3773471194029658f8397c2a2a9e57bbc0)
- nix CI trial [`c4f84d5`](https://github.com/izelnakri/qunitx-cli/commit/c4f84d571edd1fd3445432b94a819c22c773013d)

#### [0.1.0](https://github.com/izelnakri/qunitx-cli/compare/0.0.3...0.1.0)

> 18 July 2023
- Release 0.1.0 [`05e5f4b`](https://github.com/izelnakri/qunitx-cli/commit/05e5f4bd3a2a17a58a7eebcf6feceffe442e059f)
- pkg upgrades & github CI [`7a33c07`](https://github.com/izelnakri/qunitx-cli/commit/7a33c07ef9c7b404458ac8b46f97c11009fe32fa)
- remove --browser flag from help [`011c5ae`](https://github.com/izelnakri/qunitx-cli/commit/011c5aecb1e293bb57aa396d7ceac0fca349298f)
- add TODO [`35a5121`](https://github.com/izelnakri/qunitx-cli/commit/35a512135d9b5abab740bfde9ae6ecb1781ab26b)
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
@@ -1,7 +1,7 @@
{
"name": "qunitx-cli",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
"main": "cli.js",
"author": "Izel Nakri",
Expand Down

0 comments on commit c1bacad

Please sign in to comment.