Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2023-08-10)

### Code Refactoring

* make it easier to call each client ([0d6b5dd](0d6b5dd))

### Features

* add rss feed client ([0319975](0319975))

### BREAKING CHANGES

* removes need for class
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent 61541a8 commit e7d7f7b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/onemoola/newspy/compare/v1.2.1...v2.0.0) (2023-08-10)


### Code Refactoring

* make it easier to call each client ([0d6b5dd](https://github.com/onemoola/newspy/commit/0d6b5dd8949a189589d761e6c8ca1741b081c443))


### Features

* add rss feed client ([0319975](https://github.com/onemoola/newspy/commit/03199752fa0fa8a6f91ac8b71feeeb6038a9a291))


### BREAKING CHANGES

* removes need for class

## [1.2.1](https://github.com/msotho/newspy/compare/v1.2.0...v1.2.1) (2023-07-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspy",
"version": "1.2.1",
"version": "2.0.0",
"description": "The news client written in Python that fetches and curates the world news across the web.",
"repository": "https://github.com/onemoola/newspy.git",
"author": "Sechaba Mofokeng <[email protected]>",
Expand Down

0 comments on commit e7d7f7b

Please sign in to comment.