Skip to content

Commit

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

- Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 [`#2`](https://github.com/izelnakri/qunitx-cli/pull/2)
- Remove redundant jsdom package [`7eb4d4e`](https://github.com/izelnakri/qunitx-cli/commit/7eb4d4e8a9bd45c9e133a55bf83f24d5eff3eb65)
- Use non-slim flake & bump qunitx [`ce0962a`](https://github.com/izelnakri/qunitx-cli/commit/ce0962a209999529b40dc329e35ffd787c69ee65)

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

> 1 August 2023
- 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)
- Release 0.1.1 [`c1bacad`](https://github.com/izelnakri/qunitx-cli/commit/c1bacad9deef0a7b7bf7ba4fb56f2db2b2e9ab7e)
- 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)
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.1",
"version": "0.1.2",
"description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
"main": "cli.js",
"author": "Izel Nakri",
Expand Down

0 comments on commit ec91208

Please sign in to comment.