Skip to content

Commit

Permalink
Merge pull request #5 from astrohelm/dev
Browse files Browse the repository at this point in the history
Workspace v1.5.1
  • Loading branch information
shuritch authored May 4, 2024
2 parents 1949123 + c109bf0 commit bd7032d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

# [1.5.1][] - 2024-05-05

- Packages update
- Changelog url fix
- CI Update

## [1.5.0][] - 2024-03-19

- Packages update
Expand Down Expand Up @@ -45,10 +51,12 @@
- Stable release version
- Repository created

[unreleased]: https://github.com/astrohelm/workspace/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/astrohelm/workspace/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/astrohelm/workspace/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/astrohelm/workspace/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/astrohelm/workspace/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/astrohelm/workspace/compare/release...v1.1.0
[1.0.0]: https://github.com/astrohelm/workspace/releases/tag/release
[unreleased]: https://github.com/astrohelm/node-workspace/compare/v1.5.0...HEAD
[1.5.1]: https://github.com/astrohelm/node-workspace/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/astrohelm/node-workspace/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/astrohelm/node-workspace/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/astrohelm/node-workspace/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/astrohelm/node-workspace/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/astrohelm/node-workspace/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/astrohelm/node-workspace/compare/release...v1.1.0
[1.0.0]: https://github.com/astrohelm/node-workspace/releases/tag/release
56 changes: 36 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"files": ["/dist", "/lib", "/types"],

"scripts": {
"test": "node --test && tsc",
"test": "node --test",
"dev": "node index.js",
"prettier:fix": "prettier --write \"**/*.{js,ts,json,html,cjs,md,yaml}\"",
"eslint:fix": "eslint --fix \"**/*.{js,ts}\""
Expand All @@ -43,13 +43,13 @@
},

"devDependencies": {
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"@types/node": "^20.12.8",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-astrohelm": "^1.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}

0 comments on commit bd7032d

Please sign in to comment.