Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d committed Jun 14, 2018
1 parent 57b8e4c commit 47deac0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v0.10.0](https://github.com/Throne3d/node-irc/tree/v0.10.0) (2018-06-14)
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.9.0...v0.10.0)

**Fixed bugs:**

- Fix character set detection by using [node-chardet](https://github.com/runk/node-chardet) instead of jschardet – fixes [#59](https://github.com/Throne3d/node-irc/issues/59)

**Misc:**

- Test on Node 10, and no longer on Node 4
- Use [Greenkeeper](https://greenkeeper.io/) for keeping dependency versions up to date
- Add tests to ensure the character set conversion code works (with dependencies) on various test data, instead of just checking it uses stubbed dependencies
- Fix deprecation warnings on Node 10 around using the `Buffer()` constructor
- Update sinon to ^6.0.0
- Update nyc to ^12.0.1

## [v0.9.0](https://github.com/Throne3d/node-irc/tree/v0.9.0) (2018-03-29)
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.8.1...v0.9.0)

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# General information about the project.
project = u'node-irc'
copyright = u'2017, Edward Jones'
copyright = u'2018, Edward Jones'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion 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 @@
{
"name": "irc-upd",
"description": "An IRC client library for node",
"version": "0.9.0",
"version": "0.10.0",
"author": "Edward Jones <throne3d@gmail.com>",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 47deac0

Please sign in to comment.