Skip to content

Commit 2f625eb

Browse files
Link the documentation of the latest release tag
1 parent e6af74f commit 2f625eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To start migrating from jquery-cookie to JavaScript Cookie, just rename the API
1313
A simple, lightweight JavaScript API for handling cookies
1414

1515
**If you're viewing this at https://github.com/js-cookie/js-cookie, you're reading the documentation for the master branch.
16-
[View documentation for the latest release (1.4.1).](https://github.com/carhartl/jquery-cookie/tree/v1.4.1)**
16+
[View documentation for the latest release (1.5.0).](https://github.com/js-cookie/js-cookie/tree/v1.5.0)**
1717

1818
## Build Status Matrix
1919

@@ -171,6 +171,7 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
171171
* Release on npm
172172
* Increment and add the "-pre" suffix to the "version" attribute of `bower.json`, `package.json` and `component.json`
173173
* Increment and add the "-pre" suffix to the version number in the `CHANGELOG.md` and `src/js.cookie.js` files
174+
* Link the documentation of the latest release tag in the `README.md`
174175
* Commit with the message "Prepare for the next development iteration"
175176

176177
## Authors

0 commit comments

Comments
 (0)