Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed May 23, 2021
1 parent 7e8038d commit 4951a11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Twinkle-core uses [orange-i18n](https://github.com/wikimedia-gadgets/orange-i18n
- Try to ensure all documentation comments align with the [TSDoc standard](https://tsdoc.org/), and [what Typedoc supports](https://typedoc.org/guides/doccomments/).
- Ensure that code at the top level (that is, code at 0 level of indentation as well as class property initialisations) don't have usages of `msg()` as `msg` will only work once `initMessaging()` is run.
- This library has no [side effects](https://sgom.es/posts/2020-06-15-everything-you-never-wanted-to-know-about-side-effects/). Never do anything at the top level that impacts the DOM or changes the state of any globally available variable, as that affects [tree-shaking](https://webpack.js.org/guides/tree-shaking/). All such code must be within a function that is exported and called only by the client twinkle installation.
- There do exist many TypeScript type errors currently. They should be avoided but are not disallowed if there isn't actually a bug.

## Workflows

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Twinkle core",
"name": "twinkle-core",
"version": "3.0.7-beta",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia-gadgets/twinkle-core"
Expand Down

0 comments on commit 4951a11

Please sign in to comment.