Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-06-16)\n\n* can-symlink 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `can-symlink`\n * [#8](https://github.com/ember-cli/can-symlink/pull/8) update tmp package to latest and add a basic CI ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `can-symlink`\n * [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))\n\n#### :house: Internal\n* `can-symlink`\n * [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))\n"
"description": "## Release (2026-06-17)\n\n* can-symlink 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `can-symlink`\n * [#8](https://github.com/ember-cli/can-symlink/pull/8) update tmp package to latest and add a basic CI ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `can-symlink`\n * [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))\n\n#### :house: Internal\n* `can-symlink`\n * [#11](https://github.com/ember-cli/can-symlink/pull/11) add a lock file ([@mansona](https://github.com/mansona))\n * [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))\n"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# Changelog

## Release (2026-06-17)

* can-symlink 2.0.0 (major)

#### :boom: Breaking Change
* `can-symlink`
* [#8](https://github.com/ember-cli/can-symlink/pull/8) update tmp package to latest and add a basic CI ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `can-symlink`
* [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))

#### :house: Internal
* `can-symlink`
* [#11](https://github.com/ember-cli/can-symlink/pull/11) add a lock file ([@mansona](https://github.com/mansona))
* [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-symlink",
"version": "1.0.0",
"version": "2.0.0",
"description": "Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.",
"keywords": [
"symlink",
Expand Down