blitzar 4.2.0

High-Level Rust wrapper for the blitzar-sys crate
Documentation
{
    "name": "blitzar",
    "version": "0.0.0-development",
    "devDependencies": {
        "conventional-changelog-conventionalcommits": "^5.0.0",
        "semantic-release": "^21.1.2"
    },
    "release": {
        "branches": [
            "main"
        ],
        "repositoryUrl": "https://github.com/spaceandtimelabs/blitzar-rs",
        "plugins": [
            [
                "@semantic-release/commit-analyzer",
                {
                    "preset": "conventionalCommits",
                    "releaseRules": [
                        {
                            "type": "build",
                            "release": "patch"
                        },
                        {
                            "type": "docs",
                            "release": "patch"
                        }
                    ],
                    "parserOpts": {
                        "noteKeywords": [
                            "BREAKING CHANGE",
                            "BREAKING CHANGES",
                            "BREAKING"
                        ]
                    }
                }
            ],
            "@semantic-release/release-notes-generator",
            [
                "@semantic-release/exec",
                {
                    "prepareCmd": "bash ci/build.sh ${nextRelease.version}"
                }
            ],
            [
                "@semantic-release/github",
                {
                    "assets": [
                        {
                            "path": "*.zip"
                        },
                        {
                            "path": "*.tar.gz"
                        }
                    ]
                }
            ]
        ]
    },
    "dependencies": {
        "@semantic-release/exec": "^6.0.3"
    }
}