Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Giles Bradshaw | 4e0cd6e312 |
|
@ -2,4 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.1.0](https://sigyl.com///compare/v1.0.0...v1.1.0) "chore(release): 1.1.0" (2020-08-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* squid 4.12 ubuntu focal ([a2db620](https://sigyl.com///commit/a2db62061d508c298bcac0f180a08568f7d4241c))
|
||||||
|
|
||||||
## 1.0.0 "chore(release): 1.0.0" (2020-08-11)
|
## 1.0.0 "chore(release): 1.0.0" (2020-08-11)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "squid-4",
|
"name": "squid-4",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "squid-4 for ssl proxying",
|
"description": "squid-4 for ssl proxying",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
|
@ -16,4 +16,4 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue