Skip to content

Commit

Permalink
Release 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Nov 15, 2023
1 parent 6c35a55 commit 10fbd28
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@

***

### Release 23.11

Improved `Node.js` images:

- global `npm` modules are installed into the folder `$HOME/$NPM_GLOBAL_MODULES`
- default folder name is `.node_modules_global`
- the folder is owned by the container user

Other changes:

- file `$HOME/.bashrc` added to all images
- it contains examples of custom aliases
- `ll` - just `ls -l`
- `cls` - clears the terminal window
- 'ps1' - sets the command prompt text

### Release 23.09

This is a maintenance release fixing the `nodejs-current` publishing problem.
Expand Down

0 comments on commit 10fbd28

Please sign in to comment.