Skip to content

Commit

Permalink
chore: bump npm version - patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed Dec 5, 2022
1 parent febf339 commit 6b3b3cb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use [npm](https://www.npmjs.com/package/wink-naive-bayes-text-classifier) to ins
npm install wink-naive-bayes-text-classifier --save
```

> It requires Node.js version 16.x or 18.x.
> It requires Node.js version **16.x** or **18.x**.
### Example
```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/NaiveBayesTextClassifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Dec 05 2022 09:52:10 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Dec 05 2022 09:52:10 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3>Installation</h3>
<pre class="prettyprint source"><code>npm install wink-naive-bayes-text-classifier --save
</code></pre>
<blockquote>
<p>It requires Node.js version 16.x or 18.x.</p>
<p>It requires Node.js version <strong>16.x</strong> or <strong>18.x</strong>.</p>
</blockquote>
<h3>Example</h3>
<pre class="prettyprint source lang-javascript"><code>
Expand Down Expand Up @@ -317,7 +317,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Dec 05 2022 09:52:10 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/wink-naive-bayes-text-classifier.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Dec 05 2022 09:52:10 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
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,6 +1,6 @@
{
"name": "wink-naive-bayes-text-classifier",
"version": "2.2.0",
"version": "2.2.1",
"description": "Naive Bayes Text Classifier",
"keywords": [
"Naive Bayes",
Expand Down

0 comments on commit 6b3b3cb

Please sign in to comment.