Skip to content

Commit 7c807f5

Browse files
committed
chore(main): release install-npm-package-globally 1.0.0
1 parent 398f53c commit 7c807f5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-22)
4+
5+
6+
### Features
7+
8+
* **install-npm-package-globally:** add feature to install npm package globally ([94d4fee](https://github.com/ebizbase/dev-infras/commit/94d4fee4904ac876e443b2f782fa7042ee47fba7))

Diff for: devcontainer-features/install-npm-package-globally/src/install-npm-package-globally/devcontainer-feature.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "install-npm-package-globally",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"name": "Installs an npm packages globally",
55
"description": "Installs an npm packages globally via npm feature",
66
"documentationURL": "https://github.com/ebizbase/dev-infras/tree/main/devcontainer-features/npm-global-package/README.md",

Diff for: release-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/nx-dive": "1.0.0",
66
"devcontainer-features/powerlevel10k": "0.0.0",
77
"devcontainer-features/omz-plugin": "1.0.0",
8-
"devcontainer-features/install-npm-package-globally": "0.0.0"
8+
"devcontainer-features/install-npm-package-globally": "1.0.0"
99
}

0 commit comments

Comments
 (0)