Skip to content

Commit

Permalink
v4.1.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 1, 2023
1 parent 2824d94 commit 05d3a84
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 23 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v4.1.0 2023 November 1

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v4.0.0 2023 November 1

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ Node.js versions 15 and 16 will need to use `--experimental-global-fetch`.

``` html
<script type="module">
import * as pkg from '//cdn.skypack.dev/@bevry/github-contributors@^4.0.0'
import * as pkg from '//cdn.skypack.dev/@bevry/github-contributors@^4.1.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import * as pkg from '//unpkg.com/@bevry/github-contributors@^4.0.0'
import * as pkg from '//unpkg.com/@bevry/github-contributors@^4.1.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/@bevry/github-contributors@4.0.0'
import * as pkg from '//dev.jspm.io/@bevry/github-contributors@4.1.0'
</script>
```

Expand Down
26 changes: 8 additions & 18 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "GitHub Contributors",
"name": "@bevry/github-contributors",
"version": "4.0.0",
"version": "4.1.0",
"description": "Fetch all the contributors from a github repository, github organization, or github search",
"homepage": "https://github.com/bevry/github-contributors",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -171,7 +171,7 @@
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.0.0",
"valid-module": "^1.17.0"
"valid-module": "^2.0.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down

0 comments on commit 05d3a84

Please sign in to comment.