Skip to content

Commit 170ceff

Browse files
committed
3.0.3
1 parent 09c4b10 commit 170ceff

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,23 @@ You might also be interested in these projects:
208208
* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.")
209209
* [merge-value](https://www.npmjs.com/package/merge-value): Similar to assign-value but deeply merges object values or nested values using object path/dot notation. | [homepage](https://github.com/jonschlinkert/merge-value "Similar to assign-value but deeply merges object values or nested values using object path/dot notation.")
210210
* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.")
211-
* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.")
211+
* [set-value](https://www.npmjs.com/package/set-value): Set nested properties on an object using dot notation. | [homepage](https://github.com/jonschlinkert/set-value "Set nested properties on an object using dot notation.")
212212
* [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.")
213213
* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.")
214214

215215
### Contributors
216216

217217
| **Commits** | **Contributor** |
218218
| --- | --- |
219-
| 73 | [jonschlinkert](https://github.com/jonschlinkert) |
219+
| 90 | [jonschlinkert](https://github.com/jonschlinkert) |
220+
| 4 | [doowb](https://github.com/doowb) |
220221
| 2 | [mbelsky](https://github.com/mbelsky) |
221-
| 1 | [doowb](https://github.com/doowb) |
222+
| 1 | [dkebler](https://github.com/dkebler) |
222223
| 1 | [GlennKintscher](https://github.com/GlennKintscher) |
223-
| 1 | [vadimdemedes](https://github.com/vadimdemedes) |
224+
| 1 | [petermorlion](https://github.com/petermorlion) |
225+
| 1 | [abetomo](https://github.com/abetomo) |
226+
| 1 | [zeidoo](https://github.com/zeidoo) |
227+
| 1 | [ready-research](https://github.com/ready-research) |
224228
| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) |
225229

226230
### Author
@@ -233,9 +237,9 @@ You might also be interested in these projects:
233237

234238
### License
235239

236-
Copyright © 2020, [Jon Schlinkert](https://github.com/jonschlinkert).
240+
Copyright © 2022, [Jon Schlinkert](https://github.com/jonschlinkert).
237241
Released under the [MIT License](LICENSE).
238242

239243
***
240244

241-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 01, 2020._
245+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on August 16, 2022._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "set-value",
33
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"homepage": "https://github.com/jonschlinkert/set-value",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [

0 commit comments

Comments
 (0)