Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 5, 2022
1 parent 6d0bbfb commit 554ee2b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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).

#### [v1.3.0](https://github.com/bas080/patroon/compare/v1.2.6...v1.3.0)

- Remove testcheck from dev dependency list [`6d0bbfb`](https://github.com/bas080/patroon/commit/6d0bbfbc41a539670f9ce830c6b3f679fafaff7e)

#### [v1.2.6](https://github.com/bas080/patroon/compare/v1.2.5...v1.2.6)

> 1 October 2022
- Fix version script so correct version tag is used [`2c2d4db`](https://github.com/bas080/patroon/commit/2c2d4db8c615451d72cdbc9fb36919a3b69173eb)

#### [v1.2.5](https://github.com/bas080/patroon/compare/v1.2.4...v1.2.5)
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ npm link patroon
```
```
up to date, audited 3 packages in 891ms
up to date, audited 3 packages in 1s
found 0 vulnerabilities
added 1 package, and audited 78 packages in 1s
added 1 package, and audited 79 packages in 1s
51 packages are looking for funding
52 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ npx nyc npm t | npx tap-nyc
npx nyc check-coverage
```
```
> patroon@1.2.6 test
> patroon@1.3.0 test
> tape ./src/index.test.js
-------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
Expand All @@ -618,7 +618,7 @@ npx nyc check-coverage
total: 28
passing: 28
duration: 9.9s
duration: 37.4s
```

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,6 +1,6 @@
{
"name": "patroon",
"version": "1.2.6",
"version": "1.3.0",
"description": "Pattern matching library",
"repository": "github:bas080/patroon",
"main": "./src/index.js",
Expand Down

0 comments on commit 554ee2b

Please sign in to comment.