@toptal/davinci-ci 7.0.2-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.67 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2350](https://github.com/toptal/davinci/pull/2350) [`97ae61b9`](https://github.com/toptal/davinci/commit/97ae61b9e30403302e025bbd1ef3c75be60e217f) Thanks [@augustobmoura](https://github.com/augustobmoura)!
8
+
9
+ ### davinci-ci
10
+
11
+ - add cache control to route documents on nginx
12
+
3
13
  ## 7.0.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "7.0.2-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.67+2aa1ec98",
3
+ "version": "7.1.0",
4
4
  "keywords": [
5
5
  "ci",
6
6
  "docker",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@commitlint/cli": "^17.6.7",
32
32
  "@commitlint/config-conventional": "^17.1.0",
33
- "@toptal/davinci-cli-shared": "2.3.10-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.112+2aa1ec98",
33
+ "@toptal/davinci-cli-shared": "^2.3.9",
34
34
  "chalk": "^4.1.2",
35
35
  "danger": "^11.2.2",
36
36
  "markdown-table": "^2.0.0"
@@ -40,6 +40,5 @@
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
- },
44
- "gitHead": "2aa1ec98f7b15ec2716822f06c42838550b10790"
43
+ }
45
44
  }