Skip to content

Commit

Permalink
chore(main): release install-npm-package-globally 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz committed Nov 22, 2024
1 parent 57c5610 commit fd1b444
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-22)


### Features

* **install-npm-package-globally:** add feature to install npm package globally ([94d4fee](https://github.com/ebizbase/dev-infras/commit/94d4fee4904ac876e443b2f782fa7042ee47fba7))
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "install-npm-package-globally",
"version": "0.0.1",
"version": "1.0.0",
"name": "Installs an npm packages globally",
"description": "Installs an npm packages globally via npm feature",
"documentationURL": "https://github.com/ebizbase/dev-infras/tree/main/devcontainer-features/npm-global-package/README.md",
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/nx-dive": "1.0.0",
"devcontainer-features/powerlevel10k": "0.0.0",
"devcontainer-features/omz-plugin": "0.0.0",
"devcontainer-features/install-npm-package-globally": "0.0.0"
"devcontainer-features/install-npm-package-globally": "1.0.0"
}

0 comments on commit fd1b444

Please sign in to comment.