Skip to content

Commit 9c472d0

Browse files
authored
Merge pull request #135 from ansidev/release/1.0.5
Release v1.0.5
2 parents 8d556ea + fba8adc commit 9c472d0

File tree

4 files changed

+1021
-970
lines changed

4 files changed

+1021
-970
lines changed

.changes/v1.0.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5) (2023-04-20)
2+
3+
### Bug Fixes
4+
5+
- **deps:** update dependency astro-compress to ^1.1.36
6+
7+
- **deps:** update dependency astro to ^2.3.0
8+
9+
Full Changelog: [v1.0.4...v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5)

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
66

7+
## [v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5) (2023-04-20)
8+
9+
### Bug Fixes
10+
11+
- **deps:** update dependency astro-compress to ^1.1.36
12+
13+
- **deps:** update dependency astro to ^2.3.0
14+
15+
Full Changelog: [v1.0.4...v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5)
16+
717
## [v1.0.4](https://github.com/ansidev/astro-basic-template/compare/v1.0.3...v1.0.4) (2023-03-28)
818

919
### Bug Fixes

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-starter-template",
33
"type": "module",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -15,22 +15,22 @@
1515
"lint": "eslint --ext .cjs,.mjs,.ts,.astro --ignore-path .gitignore ."
1616
},
1717
"dependencies": {
18-
"astro": "^2.1.7",
19-
"astro-compress": "^1.1.35",
18+
"astro": "^2.3.0",
19+
"astro-compress": "^1.1.39",
2020
"astro-purgecss": "^2.0.1"
2121
},
2222
"devDependencies": {
23-
"@commitlint/cli": "^17.5.0",
24-
"@commitlint/config-conventional": "^17.4.4",
25-
"@types/node": "^18.15.10",
26-
"@typescript-eslint/eslint-plugin": "^5.57.0",
27-
"@typescript-eslint/parser": "^5.57.0",
23+
"@commitlint/cli": "^17.6.1",
24+
"@commitlint/config-conventional": "^17.6.1",
25+
"@types/node": "^18.15.11",
26+
"@typescript-eslint/eslint-plugin": "^5.59.0",
27+
"@typescript-eslint/parser": "^5.59.0",
2828
"commitizen": "^4.3.0",
2929
"dotenv": "^16.0.3",
30-
"eslint": "^8.36.0",
30+
"eslint": "^8.38.0",
3131
"eslint-plugin-astro": "^0.26.1",
3232
"eslint-plugin-simple-import-sort": "^10.0.0",
3333
"husky": "^8.0.3",
34-
"typescript": "^5.0.2"
34+
"typescript": "^5.0.4"
3535
}
3636
}

0 commit comments

Comments
 (0)