Skip to content

Commit b073499

Browse files
author
craigparra
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # History.md
2 parents ae789d4 + bd18fbd commit b073499

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

History.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
1.0.10 / 2021-08-11
1+
1.0.11 / 2021-08-11
22
==================
33

44
* Fix nullish default values - @craigparra
5+
6+
1.0.10 / 2021-08-07
7+
==================
58

6-
9+
* Change repos to org - @craigparra
10+
711
1.0.9 / 2021-08-04
812
==================
913

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/config",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "An extensible wrapper of the popular config package, supporting placeholder resolution, encrypted values and url fetch.",
55
"author": "Craig Parravicini",
66
"keywords": [
@@ -19,10 +19,10 @@
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/"
2121
},
22-
"homepage": "https://github.com/craigparra/alt-config#readme",
22+
"homepage": "https://github.com/alt-javascript/config#readme",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/craigparra/alt-config"
25+
"url": "https://github.com/alt-javascript/config"
2626
},
2727
"main": "index.js",
2828
"scripts": {

0 commit comments

Comments
 (0)