Skip to content

Commit

Permalink
Merge pull request #297 from raszi/feat/release-v0.2.3
Browse files Browse the repository at this point in the history
feat: release v0.2.3
  • Loading branch information
raszi committed Feb 29, 2024
2 parents 6ed89d5 + 998eec5 commit 5f0b252
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
node_modules/
coverage/
.env
.idea/
.tool-versions
.*.swp
.changelog
CHANGELOG.new.md
Expand Down
10 changes: 4 additions & 6 deletions CHANGELOG.md
@@ -1,19 +1,17 @@


## v0.2.2 (2022-08-26)
## v0.2.2 (2024-02-28)

#### :bug: Bug Fix
* [#278](https://github.com/raszi/node-tmp/pull/278) Closes [#268](https://github.com/raszi/node-tmp/issues/268): Revert "fix #246: remove any double quotes or single quotes… ([@mbargiel](https://github.com/mbargiel))

#### :memo: Documentation
* [#279](https://github.com/raszi/node-tmp/pull/279) Closes [#266](https://github.com/raszi/node-tmp/issues/266): move paragraph on graceful cleanup to the head of the documentation ([@silkentrance](https://github.com/silkentrance))

#### :house: Internal
* switch to GitHub Actions
* fix tests for node >= 16

#### Committers: 3
#### Committers: 5
- Carsten Klein ([@silkentrance](https://github.com/silkentrance))
- Dave Nicolson ([@dnicolson](https://github.com/dnicolson))
- KARASZI István ([@raszi](https://github.com/raszi))
- Maxime Bargiel ([@mbargiel](https://github.com/mbargiel))
- [@robertoaceves](https://github.com/robertoaceves)

Expand Down
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -53,9 +53,14 @@ introduced tmpdir option.

See the [CHANGELOG](./CHANGELOG.md) for more information.

### Version 0.2.3

- Node version <= 14.4 has been dropped.
- rimraf has been dropped from the dependencies

### Version 0.2.2

Since version 0.2.2, all support for node version <= 12 has been dropped.
Since version 0.2.2, all support for node version <= 14 has been dropped.

### Version 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tmp",
"version": "0.2.2",
"version": "0.2.3",
"description": "Temporary file and directory creator",
"author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",
"contributors": [
Expand All @@ -24,8 +24,7 @@
"engines": {
"node": ">=14.14"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-plugin-mocha": "^6.1.1",
Expand Down

0 comments on commit 5f0b252

Please sign in to comment.