You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A simple, lightweight JavaScript API for handling cookies
18
18
***~900 bytes** gzipped!
19
19
20
20
**If you're viewing this at https://github.com/js-cookie/js-cookie, you're reading the documentation for the master branch.
21
-
[View documentation for the latest release (2.1.2).](https://github.com/js-cookie/js-cookie/tree/v2.1.2#readme)**
21
+
[View documentation for the latest release.](https://github.com/js-cookie/js-cookie/tree/latest#readme)**
22
22
23
23
## Build Status Matrix
24
24
@@ -28,7 +28,7 @@ A simple, lightweight JavaScript API for handling cookies
28
28
29
29
### Direct download
30
30
31
-
Download the script [here](https://github.com/js-cookie/js-cookie/blob/v2.1.2/src/js.cookie.js) and include it (unless you are packaging scripts somehow else):
31
+
Download the script [here](https://github.com/js-cookie/js-cookie/blob/latest/src/js.cookie.js) and include it (unless you are packaging scripts somehow else):
32
32
33
33
```html
34
34
<scriptsrc="/path/to/js.cookie.js"></script>
@@ -281,8 +281,6 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
281
281
* Change the `latest` tag pointer to the latest commit
282
282
*`git tag -fa latest`
283
283
*`git push <remote> :refs/tags/latest`
284
-
* Link the documentation of the latest release tag in the `README.md`
285
-
* Link the download link to the latest release tag in the `README.md`
286
284
* Commit with the message "Prepare for the next development iteration"
0 commit comments