Skip to content

Commit 2a608ae

Browse files
Prepare Release v2.0.0 using 'release-plan'
1 parent b01f4da commit 2a608ae

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-plan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"pkgJSONPath": "./package.json"
2323
}
2424
},
25-
"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"
25+
"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"
2626
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# Changelog
2+
3+
## Release (2026-06-17)
4+
5+
* can-symlink 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `can-symlink`
9+
* [#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))
10+
11+
#### :rocket: Enhancement
12+
* `can-symlink`
13+
* [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))
14+
15+
#### :house: Internal
16+
* `can-symlink`
17+
* [#11](https://github.com/ember-cli/can-symlink/pull/11) add a lock file ([@mansona](https://github.com/mansona))
18+
* [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))
19+
20+
#### Committers: 2
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "can-symlink",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.",
55
"keywords": [
66
"symlink",

0 commit comments

Comments
 (0)