Skip to content

Commit

Permalink
1.2.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 23, 2023
1 parent 0bbee27 commit 54cbc6d
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 84 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v1.2.0 2023 November 23

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v1.1.0 2023 November 21

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
159 changes: 86 additions & 73 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bevry/fs-unlink",
"version": "1.1.0",
"version": "1.2.0",
"description": "Remove a file.",
"homepage": "https://github.com/bevry/fs-unlink",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -168,21 +168,22 @@
"devDependencies": {
"@bevry/fs-write": "^1.1.0",
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.3",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.5.0",
"eslint": "^8.54.0",
"eslint-config-bevry": "^5.0.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.3.0",
"prettier": "^3.1.0",
"projectz": "^3.2.0",
"projectz": "^3.3.0",
"promise-errback": "^1.0.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.4.0"
"valid-directory": "^4.5.0"
},
"scripts": {
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down
Loading

0 comments on commit 54cbc6d

Please sign in to comment.