Skip to content

Commit

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

- 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)

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

> 13 July 2023
- Release 0.0.3 [`0379477`](https://github.com/izelnakri/qunitx-cli/commit/037947750cc372bdd5c45389d78131bd0b8fa51e)
- built the foundation for development [`569d860`](https://github.com/izelnakri/qunitx-cli/commit/569d8606b75287aceeaaf0b711139650182cd6c4)

#### 0.0.2
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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "qunitx-cli",
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
"main": "index.js",
"author": "Izel Nakri",
Expand All @@ -24,7 +24,7 @@
"release:alpha": "node_modules/.bin/release-it --preRelease=alpha --no-git.requireUpstream",
"release:beta": "node_modules/.bin/release-it --preRelease=beta --no-git.requireUpstream",
"release": "node_modules/.bin/release-it",
"test" : "node --test test/index.js",
"test": "node --test test/index.js",
"test:sanity-first": "./cli.js test/helpers/failing-tests.js test/helpers/failing-tests.ts",
"test:sanity-second": "./cli.js test/helpers/passing-tests.js test/helpers/passing-tests.ts"
},
Expand Down

0 comments on commit 05e5f4b

Please sign in to comment.