Skip to content

Commit

Permalink
chore(πŸ“¦): 1.0.0-dev.5
Browse files Browse the repository at this point in the history
## [1.0.0-dev.5](v1.0.0-dev.4...v1.0.0-dev.5) (2023-06-20)

### Bug Fixes 🐞

* add missing migration scripts ([cd715ed](cd715ed))
* **database:** now post attachment will not wiped everytime crawling ([7f5f1f6](7f5f1f6))
* **graphql:** fix a bug that could not query attachment of posts ([4d01d62](4d01d62))
* **image-board:** now board description will not have html encoded texts ([e4c63a4](e4c63a4))

### Internal 🧰

* **data-source:** add graphql api fields for deep querying objects belongs to data source ([35ffad2](35ffad2))
* **database:** rewrite archived item storing algorithm ([874df8c](874df8c))
* **image-board:** make all html entities in post contents decoded ([142eade](142eade))

### Features ✨

* **graphql:** add api fields for post metadata ([fac2059](fac2059))
* **graphql:** add query field for querying singular archived object ([faba099](faba099))
* **graphql:** add query fields for board metadata ([9cfe721](9cfe721))
  • Loading branch information
semantic-release-bot committed Jun 20, 2023
1 parent fac2059 commit 8bdd3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cabinetjs/server",
"version": "1.0.0-dev.4",
"version": "1.0.0-dev.5",
"description": "CabinetJS is a cli application for archiving web contents from various sources",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8bdd3d0

Please sign in to comment.