Skip to content

Commit

Permalink
Package release 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brunker <andrew@brunker.net.au>
  • Loading branch information
ElCapitanSponge committed Nov 18, 2022
1 parent 0be16c9 commit 924e4bb
Show file tree
Hide file tree
Showing 8 changed files with 4,056 additions and 367 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.3](https://github.com/ElCapitanSponge/symnode/compare/v1.0.2...v1.0.3)
## [v1.0.4](https://github.com/ElCapitanSponge/symnode/compare/v1.0.3...v1.0.4)

### Commits

- Update documentation [`0be16c9`](https://github.com/ElCapitanSponge/symnode/commit/0be16c91087eeb38ab40a596b7002991a6d93d34)
- Add the ability to create the destination path minus the symlink folder if it does not exist [`8406156`](https://github.com/ElCapitanSponge/symnode/commit/84061568f86ea7a4da96b986ecb60bd74875046c)

## [v1.0.3](https://github.com/ElCapitanSponge/symnode/compare/v1.0.2...v1.0.3) - 2022-11-18

### Merged

Expand All @@ -17,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- 1 #time 10m extrapolate folder and symlink removal and add to both removal and handling of existing symlinks and directories when creating a symlink [`52c84d3`](https://github.com/ElCapitanSponge/symnode/commit/52c84d317967484e09097f778d545edf5b75b7cb)
- Update the changelog for development [`3d78e9b`](https://github.com/ElCapitanSponge/symnode/commit/3d78e9b10bc30843b3bb3663721e3cd1cef788e7)
- Package release 1.0.3 [`ff64b50`](https://github.com/ElCapitanSponge/symnode/commit/ff64b5074c9515a6adf18a2755806b19d36cbaf3)

## [v1.0.2](https://github.com/ElCapitanSponge/symnode/compare/v1.0.1...v1.0.2) - 2022-11-08

Expand Down
36 changes: 18 additions & 18 deletions docs/classes/symnode.symnode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="index.html">index</a></li></ul>
<h1>Module index</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ElCapitanSponge/symnode/blob/c6f4d9a/src/index.ts#L1">index.ts:1</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/ElCapitanSponge/symnode/blob/0be16c9/src/index.ts#L1">index.ts:1</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/symnode.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="symnode.html">symnode</a></li></ul>
<h1>Module symnode</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ElCapitanSponge/symnode/blob/c6f4d9a/src/symnode.ts#L1">symnode.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/ElCapitanSponge/symnode/blob/0be16c9/src/symnode.ts#L1">symnode.ts:1</a></li></ul></aside>
<section class="tsd-panel-group">
<section class="tsd-panel tsd-typography"></section></section>
<section class="tsd-panel-group tsd-index-group">
Expand Down
Loading

0 comments on commit 924e4bb

Please sign in to comment.