Skip to content

Commit

Permalink
v7.6.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 5, 2023
1 parent b1b98c7 commit 0c4b633
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 51 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v7.6.0 2023 December 5

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

## v7.5.1 2023 December 5

- Fix bad prettier configuration that caused Node.js v6 to fail
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Utilities for cloning, extending, and de-referencing objects in shallow, deep, a

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/extendr@7.5.1'
import * as pkg from '//dev.jspm.io/extendr@7.6.0'
</script>
```

Expand Down
83 changes: 34 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extendr",
"version": "7.5.1",
"version": "7.6.0",
"description": "Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways",
"homepage": "https://github.com/bevry/extendr",
"license": "Artistic-2.0",
Expand All @@ -10,6 +10,7 @@
"deepClone",
"deepExtend",
"dereference",
"es5",
"esnext",
"extend",
"node",
Expand Down Expand Up @@ -113,6 +114,7 @@
"tags": [
"compiled",
"javascript",
"es5",
"require"
],
"engines": {
Expand Down

0 comments on commit 0c4b633

Please sign in to comment.