Skip to content

Commit

Permalink
v3.4.0 - changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 7, 2018
1 parent fefa9c9 commit 934f7de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v3.4.0 2018 December 8

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

## v3.3.1 2018 January 26

- Only support `dereference` on RegExp, on environments that support it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Utilities for cloning, extending, and de-referencing objects in shallow, deep, a
<a href="http://browserify.org" title="Browserify lets you require('modules') in the browser by bundling up all of your dependencies"><h3>Browserify</h3></a><ul>
<li>Install: <code>npm install --save extendr</code></li>
<li>Module: <code>require('extendr')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/extendr@3.3.1</code></li></ul>
<li>CDN URL: <code>//wzrd.in/bundle/extendr@3.4.0</code></li></ul>

<a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>
<li>Install: <code>ender add extendr</code></li>
Expand Down
2 changes: 1 addition & 1 deletion 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": "extendr",
"version": "3.3.1",
"version": "3.4.0",
"description": "Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways",
"homepage": "https://github.com/bevry/extendr",
"license": "MIT",
Expand Down

0 comments on commit 934f7de

Please sign in to comment.